- Node.js (for sure)
- Yarn installed globally (
npm i -g yarn
) - Metacraft CLI installed globally (
npm i -g @metacraft/cli
)
- Development: run
metacraft
under project root - Build:
metacraft bundle
(CI will run/deploy using this script, normally we don't use this command)