Game Engine created with TypeScript and Pixi’VN.
- Install dependencies with
npm install
oryarn install
- Build the project with
npm run build
oryarn build
Prerequisites:
- NPM account: https://www.npmjs.com/signup
- NPM login:
npm login
- Build the project
- (Optional) Edit the version in
package.json
(e.g.,1.0.0
to1.0.1
) - Publish the project with
npm publish
oryarn publish
Prerequisites:
- Create a NPM token
- Create a GitHub secret with the name
NPM_TOKEN
and the value of your NPM token
- Edit the version in
package.json
(e.g.,1.0.0
to1.0.1
) - (Optional) Create a new tag that starts with
v
(e.g.,v1.0.1
) - Push the tag to GitHub with
git push origin v1.0.1