Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/a5308y/holidapp


https://github.com/a5308y/holidapp

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Holidapp

To start Holidapp locally for development purposes run `docker-compose up`.
If you want to work on the frontend run `yarn --cwd assets run watch` as well (in a different terminal).

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

# Production Deployment

Run `bash provision_droplet.sh` to create a digital ocean instance and deploy holidapp.

# Tear down

Run `doctl compute droplet delete holidapp-prod` to tear down the digital ocean instance.