Written in react.js and styled with grommet & bootstrap
Note
You must install >= Node v18 to develop.
- Clone the repo
git clone https://github.com/WSU-Society-of-Computer-Developers/website2
cd website2
- Install dependencies
npm i
- Run dev server
npm run start