Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

動森股友會

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).