Skip to content

tonytonyjan/turnip_bulletin

Repository files navigation

Development

Rails:

docker-compose up web

Storybook:

docker-compose up storybook

SSL:

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 and then import mkcert's root certification to your smart phone.