Skip to content

openfresno/openfresno.org

Open Fresno website

Open Fresno is a platform for civic innovation. As an open-source organization, you can fork our code, including our website. Help us make the site better by forking it, adding new content or features, and submitting a pull request!

Note

Learn about Open Fresno at the documentation website.

Get started

This is a Next.js static site. Get started by downloading the code and running these commands:

  1. npm i Install the NPM packages (~685MB).
  2. npm run dev Start the web server.

Contribute

Test

Add critical end-to-end tests in the tests/ folder. All other tests should be in the documentation repository.

Deploy

The site is deployed to GitHub pages. See deploy-gh-pages.yml.

Known Issues

  • There is an incompatibility with non-Chrome browsers for scroll animations, including the navbar.

Other Resources