My personal digital garden and knowledge repository that I use to archive all kinds of things
These steps will guide you to set up your local development environment and preview the website.
node >= 25.2.1pnpm >= 10.32.0
I personally use mise to prepare all my development environments and already has a local configuration.
However, using mise is not a requirement, feel free to use whatever you prefer •ᴗ• .
- Clone repository
git clone https://github.com/Telmooo/miyazono.git- Install dependencies
pnpm install- Launching development server
pnpm devThe local website can be see on http://localhost:4321.
Miyazono is released under the MIT License.