Skip to content

Customizable Crypto Data, Research & News Dashboards

License

Notifications You must be signed in to change notification settings

AlphadayHQ/alphaday

Repository files navigation

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