Open 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.
If you're looking for a starter development task to get your feet wet with our codebase, any of our Issues tagged help wanted might be a good fit.
Some of the other Issues are larger and require some deeper design or architectural work; if one of those catches your eye, you'll probably want to talk with us for some more context and background. Either comment on the Issue or — even better — catch up with us at one of Open Sacramento's weekly Hack Nights.
This project is coded with, among other things:
- Material UI, an open-source React component library that implements Google's Material Design
- React, a rendering library for JavaScript
- Sass, a CSS preprocessor
First, clone the Repository.
git clone https://github.com/code4sac/opensac.org.git
Install Dependencies.
npm install
Serve the pages.
npm run dev
With next dev
running, you should be able to access the site on http://localhost:3000!
Contribute, change things, submit a pull request! We will all contribute.