Skip to content

mlhoutel/garden

Repository files navigation

Garden

  

  

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

License

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.

Compiling

  1. fetch the source code from github
git clone https://github.com/mlhoutel/garden
  1. 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.

  1. start a local development server
npm run start
  1. build the website for release
npm run build
  1. start a release preview
npm run preview