KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
bowtie-demo
★ 18
Open GitHub ↗
:minidisc:
Download README (.md)
Explore Similar Repositories
parsington
:
Simple yet fancy infix-to-postfix parser for mathematical expressions. :bowtie:
atom-ipynb
:
:bowtie: Connect to IPython kernels using the atom editor.
eslint-config-pedant
:
:bowtie: Pedant preset for eslint
SumBot
:
:bowtie: SumBot Free Code - AI-Powered Message Summarization ChatBot
startapp
:
Simple boilerplate ready for development :bowtie: :satisfied: :star: :tada:
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bowtie-demo
?
Download (.md)
# 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 <http://localhost:9991> on your local machine.