Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 612 Bytes

File metadata and controls

22 lines (16 loc) · 612 Bytes

TerraByteDocs

This is the central GitHub repository for our documentation. Check out our documentation! https://docs.terrabytedev.com/

Contributing

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.