Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonytonyjan/turnip_bulletin
動森股友會
https://github.com/tonytonyjan/turnip_bulletin
animal-crossing pwa ruby ruby-on-rails turnip
Last synced: about 1 month ago
JSON representation
動森股友會
- Host: GitHub
- URL: https://github.com/tonytonyjan/turnip_bulletin
- Owner: tonytonyjan
- Created: 2020-05-12T13:08:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:01:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T21:30:16.947Z (9 months ago)
- Topics: animal-crossing, pwa, ruby, ruby-on-rails, turnip
- Language: JavaScript
- Homepage: https://turnip.tonytonyjan.net
- Size: 7.83 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development
**Rails:**
```sh
docker-compose up web
```**Storybook:**
```
docker-compose up storybook
```**SSL:**
```sh
export RAILS_BIND=ssl://0.0.0.0:3000?key=dev.local-key.pem&cert=dev.local.pem
export RAILS_HOSTS=dev.local
docker-compose up
```You probably want to use [mkcert](https://github.com/FiloSottile/mkcert) and then [import mkcert's root certification to your smart phone](https://support.google.com/pixelphone/answer/2844832?hl=en&visit_id=637221873894545426-2706422605&rd=1).