Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 507 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 507 Bytes

Alphaday Frontend Codebase

Requirements

  • Node ^20.11.0
  • Yarn ^1.22.10

Node Setup

  • First install NVM or Volta
  • Then run nvm use or volta pin [email protected]
  • Then run npm install -g yarn

App Setup

Set locally up with these steps:

  1. yarn to install dependencies
  2. yarn dev:frontend to start the development server
  3. yarn build:frontend to create/update the build folder

Next steps