Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 927 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 927 Bytes

codeforsacramento.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!

Installation

Clone the Repository

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

Install Dependencies

npm install

Serve the Pages

npm start

Hack Away

With npx @11ty/eleventy --serve running, you should be able to access the site on http://localhost:8080!

For reference, here's an awesome markdown cheatsheet.

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