Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 607 Bytes

File metadata and controls

23 lines (16 loc) · 607 Bytes

Alphaday Frontend Codebase

Requirements

  • Node ^20.11.0
  • Yarn ^1.22.10

Node Setup

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