Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 722 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 722 Bytes

Fabric Workspace

This is a Git repository containing the standard Fabric workspace. Included are various Fabric-related projects as submodules, which allows changes to every component to be tracked individually, but also for snapshots of the state of all projects as a single release.

Getting Started

git clone --recursive [email protected]:FabricProtocol/workspace.git fabric-workspace

Development

Compiling from Source

git clone --recursive [email protected]:FabricProtocol/workspace.git fabric-workspace
cd fabric-workspace
npm i -g

Now, run Fabric using: fabric

Stay safe & enjoy! 🚢

Requirements

  • git
  • node

Updating Submodules

git submodule update --recursive