Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.64 KB

README.md

File metadata and controls

71 lines (43 loc) · 1.64 KB

Static Badge Static Badge Static Badge

How to run the App?

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

Welcome to "Quiz App"

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.

What are we building?

First of all: Collaboratively.

A "Quiz App", anybody can make suggestions, create issues.

Who can contribute?

👫 Everybody.

Where to start?

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