This is a template repo in GitHub for creating a fresh monorepo for managing code and documentation.
For more details on this setup, refer to my blog post here: https://matthamlin.me/2024/february/library-docs-monorepo-template
You can get started using this template in 2 ways:
- via
degit
:
bunx --bun degit hamlim/template-monorepo <name-of-your-repo>
- via GitHub:
- Use this template (see
Use this Template
button near the top right corner of the page) - Clone the newly created repo
Once you have a repo setup - you can then install dependencies via bun install
(if you don't have bun installed locally, refer to their docs).
Check out the Guidebook for more details on how to use this repo setup!