This repo contains the code for the website of Bike Grid Now, a group advocating for a bike grid in Chicago. This website is open source (licensed under the MIT license) and created by volunteers. This repo can be copied and used as a starter site for anyone needing the ability to manage events, organizers, and more in a free CMS.
This is a SvelteKit app that uses Firebase for its backend. Content is hosted on Firebase currently.
To setup, first clone the repo:
git clone git@github.com:bike-grid-now/bike-grid-frontend
Then install all the packages:
npm install
Finally, run the dev server:
npm run dev
To build the app for production:
npm run build
To deploy the app:
npm run deploy