Welcome to my digital garden, a collection of my thoughts, ponderings, and notes on various topics! Here you'll find blog posts that delve into topics that interest me, help sheets that are quick reference guides, and demos of small, fleeting projects. Whether you want to learn something new or just explore different perspectives, I hope you find something useful here. Thanks for visiting! browse website
The source code for this site is licensed under version 2.0 of the the Mozilla Public License. See the licence file. The content of the posts is licensed under the Creative Commons BY SA licence.
- fetch the source code from github
git clone https://github.com/mlhoutel/garden
- install the node dependancies
npm install
Currently, [June 2023] the choice was made to bump up the libs towards svelte 4.0. The mdsvex lib don't officialy support this version, so for now, the install should be done with
npm i --force
.
- start a local development server
npm run start
- build the website for release
npm run build
- start a release preview
npm run preview