/opensac.org

Pull requests welcome!

Primary LanguageJavaScriptMIT LicenseMIT

opensac.org

Code for Sacramento 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!

For help, see the documentation folder.

Getting Started

First, clone the Repository.

git clone https://github.com/code4sac/opensac.org.git

Install Dependencies.

npm install

Serve the pages.

npm run dev

Hack Away

With next dev running, you should be able to access the site on http://localhost:8080!

Contribute, change things, submit a pull request! We will all contribute.