Skip to content
Oculux edited this page Jul 16, 2024 · 11 revisions

WDCC Younite Wiki

Hey, welcome onboard!

Deployment

Team

  • Yvonne Liew (Project Manager)
  • Nate Williamson (Tech Lead)
  • Belle Yong Shi Hui
  • Chloe Zosima Lubang Chutuape
  • Eileen Qiu
  • Hayley Sharpe
  • Jessica Zeng
  • Krish Masanam
  • Tiaria Wilson
  • Deiza Talreja

Getting Started

You will need node version 18.17.0 and git (any version).

  1. git clone https://github.com/UoaWDCC/younite-web.git
  2. cd younite-web
  3. Make sure your node version is 18.17.0
  4. npm run setup (= npm install in all three folders)
  5. cd strapi and npm run dev
  6. In a new terminal, cd next and npm run dev

Step 5 & 6 starts up the Next.JS application and Strapi CMS - you can access them through the links printed in the console.

Clone this wiki locally