Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 308 Bytes

Contribution.md

File metadata and controls

17 lines (14 loc) · 308 Bytes

Contribution

- fork the repo
- git clone repo
- cd ftb-service
- npm run bootstrap
- npm run watch(compile typescript, don't stop)

// open a new terminal
- cd packages/cli
- npm link

// Then you can create a folder in other dir. create a src folder with index.js.
- ftbjs serve
- ftbjs build