Requirements:
- yarn 1.17+
- node 10.16+
For install project dependencies print command yarn
into terminal.
For start develop need to print command yarn dev
and site will be available at localhost:8000
After develop need to print command yarn build
into terminal, this command will create new public
folder and it need to commit into github.