The Open Data Initiative website is a Next.js-powered platform dedicated to reviewing government transparency and policies with a focus on Northern California and SF Bay Area business competitiveness.
The Federal DOGE seems like a good model to start with. Follow where money is spent and likely we will find business impact. We can follow DOGE's progress and adopt their methods and approach where appropriate. There are a few boards, commissions and areas that are interesting to research such as California Air Resources Board (CARB), California Coastal Commission (CCC), energy, water, transportation, and prisons. NGOs related to DOGE's research could be interesting to highlight their activities in California. We can discover more where these intesect Northern California and the SF Bay Area.
Following Chamath Palihapitiya’s analogy of government spending as a three layer onion:
This project will be posting to X as @cali_doge.
npm run test:coverage
Branch Strategy:
master
: Production-ready codedevelop
: Integration branch for feature developmentdevelop
Steps
develop
Environments
Clone the repository
Install dependencies:
npm install
Run the development server:
nohup npm run dev > dev.log 2>&1 &
Open http://localhost:3000 in your browser
To stop the server, run:
lsof -ti :3000 | xargs kill -9
npm run dev
- Start development servernpm run build
- Build for productionnpm run start
- Start production servernpm run test
- Run testsnpm run lint
- Run lintingWe welcome contributions to improve the Open Data Initiative website. Please feel free to submit issues and pull requests.
This project is maintained by the Open Data Initiative under the Creative Commons Attribution 4.0 International License.