chingu-voyages / v50-tier3-team-24

Annotate articles with live, scrolling notes
2 stars 3 forks source link

annote.app

Annotate articles with ease.

Tech Stack

Quickstart

  1. cd into app
  2. Run pnpm install then pnpm dev
  3. To debug, in vscode open the debugger tab and run the nuxt debug configuration. This is defined in .vscode/launch.json.

Contributing

  1. Branch off the dev branch, in the format of <issueType>/<issue-number>_description-of-task. For example, docs/3_update-readme. issueType belongs to any of feat:
    • fix:
    • chore:
    • docs:
    • refactor: You can also combine them like feat & docs:.
  2. Make a PR and have at least 1 person approve it.
  3. Once approved, merge your own PR so the commit history shows the author of a PR merging it in.

Our Team