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.
- React
- React DOM
- Next
- UI Kit
- Styled Components
- Axios
- Firebase
- React Markdown
- React Syntax Highlighter
- 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
Want an easier setup? Pull down our website development environment and quickly start working.
- 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#6510 in the CodeSupport Discord.