Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 960 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 960 Bytes

Repeat Browser

This is a project for visualizing the Repeats/Transposable Elements(TEs). The Repeat Browser logo

Get started

  1. Install Node.
  2. Download the source code from our github repo.
git clone https://github.com/Jiawei-Shen/Repeat-Browser.git
  1. Enter the directory and install the Node modules.
cd Repeat-Browser
npm install

Even if the 'node_modules' folder is already included, the 'npm install' step is not able to skip.

  1. Run the project!
npm run dev
  1. Navigate to localhost:8080. You should see your app running.

##Document The documentation available at https://rb-doc.readthedocs.io/en/latest/ will prove invaluable for implementing this project!