Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 686 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 686 Bytes

Introduction

This Svelte project is created by using SvelteKit.

Run the application

If you're trying to run this application on your machine, please clone the repo and run the following codes:

# Install the required packages
npm install

# Start the server
npm run dev

Highly recommended to run this application on Google Chrome as it is only tested on Google Chrome

Important packages

PixiJS is used in this project for rendering the mini game. The version of PixiJS related packages are shown below:

"@pixi/graphics-extras": "^7.3.0",
"pixi.js": "^7.2.4"
"webfontloader": "^1.6.28"

Notes