Disclaimer: This project is single-purpose software built for personal use. It is not a product, does not include a user manual, and does not guarantee backward compatibility. I don't intend to distribute this code, so there is no gemspec, public releases, change log, or versioning. There is very minimal customizability by design.
Setup:
brew install caddy
bundle
yarn
Upgrade packages:
yarn upgrade --latest
Run the tests:
rspec
Build CSS:
yarn build
Build the site:
NOTES_CONFIGURATION_PATH=~/src/notes/configuration.yml ~/src/notes/bin/build
Run local HTTP server to preview the site:
bin/serve