https://github.com/jwkvam/bowtie-demo
:minidisc:
https://github.com/jwkvam/bowtie-demo
Last synced: 6 months ago
JSON representation
:minidisc:
- Host: GitHub
- URL: https://github.com/jwkvam/bowtie-demo
- Owner: jwkvam
- License: mit
- Created: 2016-07-30T18:50:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T04:07:48.000Z (almost 7 years ago)
- Last Synced: 2025-03-22T22:22:59.301Z (7 months ago)
- Language: Python
- Homepage:
- Size: 10.7 MB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bowtie-demo
This is hosted on a free dyno on Heroku, so if it doesn't load immediately the dyno probably needs a minute to wake up.
https://bowtie-demo.herokuapp.com/
To run locally, first install the requirements:
```
conda install --file conda-requirements.txt
pip install -r requirements.txt
```You also need to install [yarn](https://yarnpkg.com):
```
conda install yarn -c conda-forge
```Then build the app:
```
./example.py build
```Then assuming everything builds correctly, serve it:
```
./example.py serve
```Then go to on your local machine.