Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mylofi/localfirstweb.dev
A list of various resources for local-first web development
https://github.com/mylofi/localfirstweb.dev
Last synced: about 1 month ago
JSON representation
A list of various resources for local-first web development
- Host: GitHub
- URL: https://github.com/mylofi/localfirstweb.dev
- Owner: mylofi
- License: other
- Created: 2023-01-09T16:09:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T23:52:48.000Z (about 2 months ago)
- Last Synced: 2024-10-30T01:54:47.026Z (about 2 months ago)
- Language: HTML
- Homepage: https://localfirstweb.dev/
- Size: 17.4 MB
- Stars: 194
- Watchers: 8
- Forks: 47
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Local-first Software
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](https://jekyllrb.com/), 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`