This project was created for the NASA Space Apps Challenge 2023 in response to the challenge titled "A Marketplace for Open Science Projects." The challenge involves developing a solution to connect project creators with interested collaborators who possess the skills required to contribute to open science and open-source projects and tools.
Challenge Details: A Marketplace for Open Science Projects
OpenSpace is a platform designed to address the issue of efficiently matching project creators with potential collaborators in the field of open science and open-source projects. It aims to facilitate the connection between individuals seeking open-source projects to work on and project creators who are in need of skilled contributors. OpenSpace provides a centralized hub where project creators can showcase their initiatives, and interested contributors can discover and engage with projects aligned with their skills and interests.
To run the OpenSpace project locally, follow these steps:
- Fork this repository.
- Clone your forked repository to your local machine.
- Open a terminal in the project's directory.
- Run the following commands:
npm install
npm run dev