Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.73 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.73 KB

CodeSupport Website Frontend

Codacy Badge

About

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.

Dependencies

Production

Setup

  1. Navigate into the repository on your computer and run npm i
  2. Start the React app with npm run dev
  3. Navigate to http://localhost:3000 in your browser

Want an easier setup? Pull down our website development environment and quickly start working.

Structure

  • All pages live inside pages/
  • All other components live inside components/

Commands

  • 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.