Skip to content

code4sac/opensac.org

Repository files navigation

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.

Contributing

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 Code for Sacramento's weekly Hack Nights.

Frontend Stack

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

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:3000!

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

Other Resources

Code of Conduct