The following dependencies are required to build and run this project, depending on your OS, they may already be installed:
- Install node (v18 recommended)
- Install yarn or npm
- Install dependencies:
npm
# or
yarn
- Setup environments:
cp ./envs/.env.example .env
- Start development server
yarn dev
# or
npm run dev
- Build
yarn build
# or
npm run build