Cloning the repository

This project uses git submodules, so you will need to run the following commands to fully clone the repo.

git submodule init
git submodule update

Install dependencies

yarn

Run the development server on http://localhost:3000

yarn dev

Build static files on /out folder

yarn build