Skip to content

blockchain-sonar/reminder

Repository files navigation

Blockchain Sonar's Reminder

This is workspace branch of Blockchain Sonar's Reminder multi project repository based on orphan branches.

Branches (sub-projects):

  • docs - Documentation
  • backend - Sources of API service
  • frontend - Sources of Web application

Get Started

  1. Clone the repository
    git clone git@github.com:blockchain-sonar/reminder.git blockchain-sonar.reminder
  2. Enter into cloned directory
    cd blockchain-sonar.reminder
  3. Initialize worktree by execute following commands
    for BRANCH in backend docs frontend; do git worktree add "${BRANCH}" "${BRANCH}"; done
  4. Open VSCode Workspace
    code "Blockchain Sonar Reminder.code-workspace"

Releases

No releases published

Packages