We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9583ab2 commit f4701b8Copy full SHA for f4701b8
README.md
@@ -55,15 +55,12 @@ README.md # This file
55
56
You can use the Makefile for easier build and development:
57
58
-1. **Start development mode:**
+1. **Start development mode, from the src/ dir:**
59
```bash
60
- make dev
+ mint dev
61
```
62
This watches for changes in `src/` and automatically rebuilds content in `build/`.
63
64
- This was cobbled together quickly and may not work well for all edits.
65
- If it's getting stuck, kill the process and restart it.
66
-
67
Alternatively, you can `make build`, and launch `mint` inside the `build/` directory
68
to preview changes.
69
0 commit comments