Skip to content

blockchain-sonar/explorer

Repository files navigation

Blockchain Sonar's Explorer

This is workspace branch of Blockchain Sonar's Explorer 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/explorer.git blockchain-sonar.explorer
  2. Enter into cloned directory
    cd blockchain-sonar.explorer
  3. Initialize worktree by execute following commands
    for BRANCH in backend-python backend-dart docs frontend; do git worktree add "${BRANCH}" "${BRANCH}"; done
  4. Open VSCode Workspace
    code "Blockchain Sonar Explorer.code-workspace" 

Notes

Add new orphan branch

NEW_ORPHAN_BRANCH=mybranch
git switch --orphan  "${NEW_ORPHAN_BRANCH}"
git commit --allow-empty -m "Initial Commit"
git push origin "${NEW_ORPHAN_BRANCH}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages