/frontend

Primary LanguageTypeScriptMIT LicenseMIT

SnippetServe frontend

Getting Started

  • Clone this repo.
  • Run yarn install to install all dependencies.
  • Run yarn start.

Contributing

  • Clone this repo.
  • Run yarn install to install all dependencies.
  • Create a new branch named trello-id/feature. For example 235x53/oauth-implementation
  • After you have made changes, make sure that yarn lint and yarn build doesn't throw any errors and yarn start works as expected.
  • If yarn lint throws any errors you can autofix most of these errors by running yarn lintFix. If errors persist even after this, then you have to manually fix these. You can use vscode to do so. Just hover over the error and vscode will show you a suggestion(ctrl + . also works on windows).
  • Now commit your changes and push to the above branch that you created and then raise a PR to master.
  • You will need at least 2 approvals before your changes get merged into master.