Building Modtree
Quick start
- Install build prerequisites on your system
git clone https://github.com/modtree/modtree.git
cd modtree && yarn setup
Run commands
After a successful build, you can do some things:
- Serve a local version of modtree
turbo
manual
yarn dev
- Serve a local version of the documentation site
turbo
manual
yarn dev:docs
- Run some Yarn Scripts
- Run Tests
Build prerequisites
Runtime requirements
Uninstall
Modtree doesn't install anything outside of the project root directory. To clear out all Modtree data, simply delete the project directory.