For Civic Tech projects—right now it’s hard to start and harder to stay! CivicTech should be easier, and it should be fun!
When people show up to do good, let's make their odds great by being better together. Read more on wiki:Vision.
Current Focus:
- We are creating a civic tech project guide to help people interested in creating civic tech projects.
Get involved:
- Join the CivicTechTO Slack and our #civic-tech-toolkit channel.
- Attend a weekly hacknight at CivicTechTO and join our group.
- Contribution Guide on the wiki
Coming Soon
To run this project locally and start contributing, follow these steps:
- Node.js (LTS version recommended)
- npm (comes with Node.js)
-
Clone the Repository
git clone https://github.com/CivicTechTO/civicsaurus.git cd civicsaurus
-
Install Dependencies
npm install
npm start
This will start the local development server. The site will reload automatically if you make changes to the code.
To create a production build of your site:
npm run build
The build output will be generated in the build
directory. You can serve this directory locally to test the production build:
npm run serve
List Coming Soon -- w/ allcontributors.org
- Docusaurus: This website is built using Docusaurus, a modern static website generator.
- GitHub Pages & Actions: This website is hosted using GitHub Pages with GitHub Actions deployment automations.