-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Oculux edited this page Jul 16, 2024
·
11 revisions
Hey, welcome onboard!
- 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
You will need node version 18.17.0 and git (any version).
- If you have nvm, type the command
nvm use 18.17.0
and check the node version withnode -v
- If this is your first time using git, you may want to check out Getting-Started-First-Time-Git-Setup
git clone https://github.com/UoaWDCC/younite-web.git
cd younite-web
- Make sure your node version is 18.17.0
-
npm run setup
(= npm install in all three folders) -
cd strapi
andnpm run dev
-
In a new terminal,
cd next
andnpm 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.