Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.13 KB

GameTest Starter Project

This project is aimed to get you started with the GameTest framework.

Pre-requisites

Steps

Follow these steps to start using the project.

  • Use the template
  • Clone your repository
  • Install prettifier, ctrl+p and run ext install esbenp.prettier-vscode
  • Update the header fields in manifest.json
  • Update the modules section in manifest.json
  • Update the project name and description in package.json
  • Run npm install at the apex (root folder) of the project, you should see node_modules created
  • Run npm run build, you should see scripts/main.js created