Skip to content
/ fixme Public

Easily find open source projects that are a good fit for your skills and abilities

Notifications You must be signed in to change notification settings

ossn/fixme

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Oct 20, 2018
Aug 5, 2018
Apr 17, 2019
Jun 23, 2018
Mar 20, 2019
Mar 20, 2019
Nov 3, 2018
Jul 9, 2018
Feb 28, 2019
Oct 20, 2018
Jun 12, 2018
Apr 17, 2019
Sep 5, 2018
Apr 17, 2019
Mar 20, 2019
Sep 26, 2018
Apr 17, 2019
Jun 12, 2018
Jun 12, 2018
Jun 12, 2018
Apr 17, 2019

Repository files navigation

styled with prettier

FixMe Repo

FixMe helps contributors find open source projects that are a good fit for their skills and abilities, so that they can start contributing to open source. This platform acts as a filtering system to help people overcome that initial obstacle and find a project that is right for them. All of these projects have been vetted to ensure that they’re active, healthy, and ready for beginner contributions.

Setting up the project

This project requires Node.js version >= 8.10 and yarn

  • Install dependencies
    • yarn
  • Run development
    • yarn start
  • Deployment
    • yarn build
!!! This project uses prettier and editorconfig so lint your code before committing and respect the editorconfig specs (or use a plugin to do it for you http://editorconfig.org/#download). !!!

This project was bootstrapped with Create React App.