Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>
<hr>

Welcome! 👋🏼
Welcome to Good First Issue! 👋🏼

**Good First Issue** is an initiative to curate easy pickings from popular projects, so developers who've never contributed to open-source can get started quickly.

Expand Down Expand Up @@ -33,6 +33,19 @@ Follow these simple steps:

## Setting up the project locally

### Quick Start

1. Make sure you have Python 3 and Node.js installed.
2. Copy the sample data files:
$ cp data/generated.sample.json data/generated.json
$ cp data/tags.sample.json data/tags.json
3. Install dependencies and start the dev server:
$ bun install
$ bun dev

This helps new contributors quickly run the app locally.


Good First Issue has two components — the front-end app built with Nuxt.js and a data population script written in Python.

To contribute new features and changes to the website, you would want to run the app locally. Please follow these steps:
Expand Down