Skip to content

openfresno/openfresno.github.io

 
 

Repository files navigation

Open Fresno Website

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

Want to help out?

  • Clone this repo.

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

  • gem install jekyll
  • jekyll serve

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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 31.6%
  • SCSS 29.0%
  • JavaScript 20.1%
  • CSS 17.9%
  • Other 1.4%