This repository contains the frontend for the CodeSupport Website. The project is written in JavaScript using the React user interface library on top of Next.js.
- Navigate into the repository on your computer and run
npm i - Start the React app with
npm run dev - Navigate to http://localhost:3000 in your browser
- All pages live inside
pages/ - All other components live inside
components/- We're using Atomic Design to keep our components organised
- To start the React app use
npm start - To run the development server use
npm run dev
Any Questions? Feel free to mention @LamboCreeper in the CodeSupport Discord.