The homepage for the Council Data Project organization. It contains information about the project and acts as a transfer site for supported instances.
Council Data Project is an open-source project dedicated to providing journalists, activists, researchers, and all members of each community we serve with the tools they need to stay informed and hold their councilmembers accountable.
For more information about Council Data Project, please visit our website.
councildataproject.org
is our landing page! It contains more in-depth information and details about the project than the individual repo README files.
Contributions here should be largely text changes, admin updates, and new deployment management.
npm install
: Install project dependenciesnpm start
: Start a dev server and watch for changesnpm run build:prod
: Build the production applicationnpm run build:stage
: Build the development applicationnpm run deploy:stage
: Deploy a development preview via GitHub Pages in forked reposnpm run fmt
: Check for formatting issuesnpm run fmt:fix
: Fix formatting issues