The Open Data Initiative website is a Next.js-powered platform dedicated to promoting government transparency and open data compliance. This website serves as a central hub for resources, information, and tools related to open data regulations and government transparency initiatives.
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.