Create a .env
file and copy the content of the .env.example file.
Build images in docker-compose
$ docker-compose build
Launch containers
$ docker-compose up # -d
Go to the front directory
Create a .env
file and copy the content of the .env.example file.
Install dependancies
$ yarn
Launch storybook
$ yarn storybook