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.
- NPM
- Gatsby CLI
- Clone the repository. Run
git clone https://github.com/good3n/codehelp.git
- Navigate to repository via
cd codehelp
and install the node packages withnpm install
- Start the Gatsby development environment with
gatsby develop
- Open your browser and go to
localhost:8000
- Happy coding 🤖
- All pages are inside of the
pages/
directory. - All components are inside of the
components/
directory.
- 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.