https://github.com/hamlim/local-dev
WIP
https://github.com/hamlim/local-dev
Last synced: about 1 year ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/hamlim/local-dev
- Owner: hamlim
- Created: 2024-07-02T20:23:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:17:00.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T00:47:46.131Z (about 1 year ago)
- Language: TypeScript
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template monorepo
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
## Getting Started:
- Use this template (see `Use this Template` button near the top right corner of the page)
- Clone the newly created repo
- Run `bun install` (if you don't have bun installed locally, refer to their [docs](https://bun.sh))
- Start writing some code!
---
Check out the [Guidebook](./GUIDEBOOK.md) for more details on how to use this repo setup!