Skip to content

AlexChadwickP/website-frontend

 
 

Repository files navigation

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.

About

The frontend for the CodeSupport website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • CSS 3.6%