This repository contains the source code for the TechHut website. It is built using Next.js with MDX support, a modern React framework for building static and dynamic websites.
We're glad that you want to contribute!
- node 16+
- npm 8+
$ npm install
$ npm run dev
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
You can click the Fork button in the upper-right area of the screen to create a copy of this repository in your GitHub account. This copy is called a fork. Make any changes you want in your fork, and when you are ready to send those changes to us, go to your fork and create a new pull request to let us know about it.
Once your pull request is created, a TechHut reviewer will take responsibility for providing clear, actionable feedback. As the owner of the pull request, it is your responsibility to modify your pull request to address the feedback that has been provided to you by the reviewer.
Internal documentation for contributors and maintainers:
- Documentation Index
- Project Structure
- Content Authoring Guide
- Authors System
- Components Reference
- MDX Components
- Build Scripts
- Styling Guide
- Deployment
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
TechHut thrives on community participation, and we appreciate your contributions to our website!