Skip to content

ossn/fixme

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.