Fork the repository (as described in First Contribution Tutorial)
Clone the repository to your local machine:
git clone [email protected]:<name-of-your-fork>/Quiz-to-Contribute-OSS.git
Navigate into the /backend directory of the project:
cd backend
Install all node dependencies:
npm install
Run the build process (mainly for tailwind):
npm run build
Run the node server:
npm run start
Visit the webapp on:
http://localhost:3000
You are new to development, GitHub, or Open Source Software (OSS) projects?
Here is the perfect place to get your hands dirty on a real software project.
You will learn how to contribute to Open Source projects.
First of all: Collaboratively.
A "Quiz App", anybody can make suggestions, create issues.
👫 Everybody.
Consider yourself as a complete beginner? Level 1 might be the perfect starting point for you.
Level 1️⃣🌟 - First Contribution Tutorial
Next, you might want to try yourself on something more challenging...
Level 2️⃣🌟 - Contribute