Skip to content
Alex Maslakov edited this page Feb 21, 2020 · 7 revisions

To run the project locally, go to 'front' directory and run it from there.

# copy .env.example and insert correct config values into it
cp .env.example .env


# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev
Clone this wiki locally