This is the central GitHub repository for our documentation. Check out our documentation! https://docs.terrabytedev.com/
This documentation site is a NextJS site using Fumadocs.
To start contributing, fork and clone this repository, then run the following commands below (depending on your preferred package manager):
npm run dev
# or
pnpm dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result. Make changes and the site will automatically refresh.
Once done, commit your changes and open a PR.