Make sure to install the dependencies
yarn install
Create a .env
file following the .env.example
file. Ask a team member if needed.
Clone/Fork the framework repo and follow the installation guide
Create a .env
file following the .env.example
file in docs/
. Ask a team member if needed.
Start the development server in the docs/
directory of the framework.
yarn dev
Build the application for production:
yarn build