Skip to content

evanwchen/GithubBounties

 
 

Repository files navigation

Stories in Backlog Stories in Ready

DapperArgentina

An app that guides software engineers on how to start contributing to the open source community on Github.

Team Members

  • Megan Ring
  • Vince Cipriani
  • Daniel Kim
  • Colin Whitmarsh

Requirements

  • Node 5.6
  • MySQL 5.5

Development

Installing Dependencies

Below is some basic information on getting started w/ the project. Both the client and server folders contain README documents with more information. In particular, you will likely need to do additional configuration if working on server/backend changes.

npm install

To build the client source:

npm run build  

To launch dev server with live reload and live rebuild:

npm run dev  

If linting is not working run the command below and make sure you have the eslint plugin for your editor.

npm install -g eslint  

Roadmap

View the project roadmap here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • CSS 35.7%
  • Other 0.9%