Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a5308y/holidapp
https://github.com/a5308y/holidapp
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/a5308y/holidapp
- Owner: A5308Y
- Created: 2020-07-11T14:00:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T13:50:58.000Z (about 1 year ago)
- Last Synced: 2024-10-11T04:47:04.433Z (about 1 month ago)
- Language: Elm
- Size: 1.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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.