https://github.com/tonytonyjan/turnip_bulletin
動森股友會
https://github.com/tonytonyjan/turnip_bulletin
animal-crossing pwa ruby ruby-on-rails turnip
Last synced: 3 months ago
JSON representation
動森股友會
- Host: GitHub
- URL: https://github.com/tonytonyjan/turnip_bulletin
- Owner: tonytonyjan
- Created: 2020-05-12T13:08:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:01:16.000Z (over 3 years ago)
- Last Synced: 2025-01-22T20:11:23.294Z (over 1 year 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).