This project is aimed to get you started with the GameTest framework.
- Minecraft Bedrock Edition 🤦
- npm - NodeJS Install Guide
- VSCode - Download
Follow these steps to start using the project.
- Use the template
- Clone your repository
- Install prettifier,
ctrl+p
and runext install esbenp.prettier-vscode
- Update the header fields in
manifest.json
header.description
header.name
header.uuid
- Use a generator
- Update the
modules
section inmanifest.json
modules[0].description
modules[0].uuid
- Use a generator
- Update the project name and description in
package.json
- Run
npm install
at the apex (root folder) of the project, you should seenode_modules
created - Run
npm run build
, you should seescripts/main.js
created