This is list of various resources for local-first software development, hosted at https://localfirstweb.dev/
Please help keep this up-to-date and looking pretty! Pull requests are very welcome for review:
-
The content is https://github.com/mylofi/localfirstweb.dev/blob/main/_data/content.json
-
The design is https://github.com/mylofi/localfirstweb.dev/blob/main/assets/css/main.scss
If you want to run the site locally with Jekyll, check
it out and then run jekyll serve
or bundle exec jekyll serve
at the top level of the repo.
To run with docker run docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve