An open API service indexing awesome lists of open source software.

https://github.com/jwkvam/bowtie-demo

:minidisc:
https://github.com/jwkvam/bowtie-demo

Last synced: 6 months ago
JSON representation

:minidisc:

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.