Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.19 KB

File metadata and controls

34 lines (22 loc) · 1.19 KB

Netlify Status

CodeHelp Website

About

The official repository for CodeHelp.io. This will be a community driven project, and I welcome pull requests from developers to enhance our website so that we may provide a better experience for our users.

Dependencies

  • NPM
  • Node.js v20+

Setup

  1. Clone the repository. Run git clone https://github.com/good3n/codehelp.git
  2. Navigate to repository via cd codehelp and install the node packages with npm install
  3. Start the Astro development server with npm run dev
  4. Open your browser and go to localhost:4321
  5. Happy coding

Structure

  • All pages are inside of the src/pages/ directory.
  • All components are inside of the src/components/ directory.
  • All data is inside of the src/data/ directory.

Pull request guidelines

  • Write useful descriptions and titles
  • Have on-point commit messages
  • Add comments on your pull request to help guide the reviewer

Questions? Shoot us a message in the CodeHelp Discord Server.