Main website for Zero Open Source™ (aka ZeroOpenSource™; “Zero”)
Deployed at https://zeroopensource.org
To get this project running locally, follow these steps:
Ensure you have the following installed:
- Node.js (version 18+ recommended)
- pnpm (install via
npm install -g pnpm
) - Turborepo (install via
npm install -g turbo
)
-
Clone this repository:
git clone https://github.com/zeroopensource/zeroopensource.org.git cd zeroopensource.org
-
Install dependencies using 'pnpm':
pnpm install
-
Start the development server:
pnpm dev
Your app should now be running at http://localhost:3000.
We welcome contributions! To contribute:
- Fork this repository.
- Create a new branch.
- Make your changes.
- Open a Pull Request with a clear description of your changes.