This is a project for visualizing the Repeats/Transposable Elements(TEs).
- Install Node.
- Download the source code from our github repo.
git clone https://github.com/Jiawei-Shen/Repeat-Browser.git
- 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.
- Run the project!
npm run dev
- 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!