Our website @ https://openfresno.github.io/
- Clone this repo.
If you're on your development machine and want to use Docker to isolate your dependencies/workspace, we've included a Dockerfile to help you get started.
Run the following command:
docker compose up
Once the Docker container is up, open your browser to:
open http://127.0.0.1:4000
You'll be able to edit the files from the clone and see the changes
gem install jekyll
jekyll serve
To help us improve the site:
1.Fork it
2.Create your feature branch (git checkout -b my-new-feature)
3.Commit your changes (git commit -am 'Add some feature')
4.Push to the branch (git push origin my-new-feature)
5.Create new Pull Request