The SDG Innovation Commons is a Next.js application designed to support innovation and collaboration towards achieving the Sustainable Development Goals (SDGs). This platform enables users to explore, share, and contribute to projects that drive impact in various SDG areas.
The SDG Innovation Commons is a platform that aims to bring together all the work of the UNDP Accerator Labs towards the Sustainable Development Goals (SDGs). Users can collaborate on projects, share resources, and explore innovative solutions to pressing global challenges.
- Explore various SDG-related innovations and learnings.
- Collaborate and contribute to innovation.
- Share resources and best practices.
- Interactive UI built with Next.js.
To run this project locally, you will need the following tools installed on your machine:
- Node.js (v18.x or higher)
-
Clone the repository:
git clone https://github.com/UNDP-Accelerator-Labs/sdg-innovation-commons.git
-
Navigate to the project directory:
cd sdg-innovation-commons
-
Install the dependencies: If you use pnpm:
bash pnpm install
Or, if you prefer yarn:bash yarn install
-
Run the development server: For pnpm:
pnpm run dev
Or for yarn:
bash yarn dev
Open http://localhost:3000 to view the app in your browser.
This project is built using the following technologies:
- Next.js: A React framework for building fast and scalable web applications.
- React.js: A JavaScript library for building user interfaces.
- Node.js: For server-side operations and API integrations.
- Tailwind: For styling the app.
We welcome contributions to the SDG Innovation Commons project! To get started:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature).
- Make your changes.
-
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/your-feature).
- Open a pull request. Please make sure to follow the contribution guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.