natebass / openfresno.github.io

Website for OpenFresno

Home Page:https://openfresno.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Website for OpenFresno

https://openfresno.github.io/

License:Apache License 2.0


Languages

Language:HTML 31.6%Language:SCSS 29.0%Language:JavaScript 20.1%Language:CSS 17.9%Language:Dockerfile 0.8%Language:Ruby 0.6%