Uses Digital Garden Builder, which uses Github to store data. Each digital garden starts from this template.
- Install
git clone git@github.com:Shelob9/josh-code-garden.git
cd josh-code-garden && yarn
- Build from notes and redeploy to Github pages
yarn garden
- Serve the generated HTML on localhost
yarn start
- http://localhost:2999
- Update the CLI to latest version
yarn update