Skip to content

clynamic/5-thirty

Repository files navigation

5-thirty

e6 staff aggregator

Setup

  1. Install Node.js
    The project uses Node 20 and above
  2. Install Yarn
    We use yarn instead of npm
  3. Clone the repository
git clone https://github.com/clynamic/5-thirty.git
  1. Set up the Frontend
    Follow the instructions in the README

  2. Install dependencies

yarn
  1. Start the development server
    It will be available at http://localhost:3000
yarn dev

Stack