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.
- Provide comprehensive information about regulations, open data and compliance requirements
- Framework: Next.js 14
- Language: TypeScript
- Styling: Tailwind CSS
- Testing: Jest with React Testing Library
- Content: Markdown-based blog posts and documentation
- Open Data Regulations Guide
- Government Transparency Resources
- Interactive Components
- Blog Posts and Updates
- Responsive Design
- Accessibility-Focused Interface
-
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 linting
We 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.