eliperelman / bug-issue-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Issue UI

Bug Issue is a site that guides contributors to their first contribution. It helps new contributors find a project they want to work with, learn about that project, and then find a task that is suitable to their skills and interests and not already assigned to someone else.

Development

Prerequisites

  • Node version v8+
  • Yarn

Building

First, fork this repository to another GitHub account (your account). Then you can clone and install:

git clone https://github.com/<YOUR_ACCOUNT>/bug-issue-ui.git
cd bug-issue-ui
yarn

Code Organization

  • src/: source code
  • src/App: top-level component
  • src/components: generic components that can be used in any view (not view-specific)

Tasks and Configuration

Building this project uses Neutrino, neutrino-preset-mozilla-frontend-infra

Testing changes

Install npm dependencies and start it up:

  • yarn
  • yarn start

This will start a local development server on port 5000 (http://localhost:5000).

Contributing

This project welcomes contributors. If you are interested, please feel free to join the mailing list

About


Languages

Language:JavaScript 99.6%Language:CSS 0.4%