openfresno / openfresno.github.io

Website for OpenFresno
https://openfresno.github.io/
Apache License 2.0
3 stars 3 forks source link

Open Fresno Website

Our website @ https://openfresno.github.io/

Want to help out?

Docker

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

Local

Contributing

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