This is workspace branch of Blockchain Sonar's Reminder multi project repository based on orphan branches.
Branches (sub-projects):
docs
- Documentationbackend
- Sources of API servicefrontend
- Sources of Web application
- Clone the repository
git clone git@github.com:blockchain-sonar/reminder.git blockchain-sonar.reminder
- Enter into cloned directory
cd blockchain-sonar.reminder
- Initialize worktree by execute following commands
for BRANCH in backend docs frontend; do git worktree add "${BRANCH}" "${BRANCH}"; done
- Open VSCode Workspace
code "Blockchain Sonar Reminder.code-workspace"