e6 staff aggregator
- Install Node.js
The project uses Node 20 and above - Install Yarn
We use yarn instead of npm - Clone the repository
git clone https://github.com/clynamic/5-thirty.git
-
Set up the Frontend
Follow the instructions in the README -
Install dependencies
yarn
- Start the development server
It will be available at http://localhost:3000
yarn dev