# tryfinally.dev
Source for tryfinally.dev.
- To create/edit posts it's enough to push some markdown and CI will deploy the page automatically.
- For non-content changes the website relies on some assets (html/js/css/webp) that might need to be rebuild locally using the
yarn build
script (requires Yarn Classic, tested on Windows but should probably run anywhere).
- You can develop locally by installing Ruby and Jekyll and running
bundle exec jekyll serve --drafts
.
Contributing
Feel very free to submit pull requests, see contributing.md.