Alphaday Frontend Codebase
Requirements
- Node ^20.11.0
- Yarn ^1.22.10
Node Setup
- First install NVM or Volta
- Then run
nvm use
orvolta pin node@20.11.0
- Then run
npm install -g yarn
App Setup
Set locally up with these steps:
yarn
to install dependenciesyarn dev:frontend
to start the development serveryarn build:frontend
to create/update the build folder