To get started:
git clone git@github.com:tinacms/tinacms.git
cd tinacms
npm run bootstrap
# Start the Gatsby demo
cd packages/demo/demo-gatsby
npm run start
Commands | Descriptiton |
---|---|
npm run bootstrap | Install dependencies and link local packages. |
npm run build | Build all packages |
npm run watch | Watch all packages for rebuilds. |
npm run test | Run tests for all packages |
lerna run build --scope <package> | Build only <package>. |