Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 859 Bytes

File metadata and controls

24 lines (15 loc) · 859 Bytes

ByteMe

Deployment Links

An AWG Platform implementation for the GUC and a portal for GUCMUN

  • Live Deployment : www.gucmun.me

  • Discord Invite : https://discord.gg/CxA6WQ

  • To run React app : cd client => npm run start

  • To run Node.js server : cd server => npm run start

  • To run Node.js server Jest tests : cd server => npm run test

  • To run prettify on Node.js server files : cd server => npm run prettify

  • To run prettify on react app files : cd client => npm run prettify

  • We're using react-bootstrap components, I've already implemented it you can import components you want to use and follow the react-bootstrap component documentation