1.0.0 • Published 10 months ago

suntek-console-templatee v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Lucky Riches

Prerequisites

Setup & Run The Game

# Install dependencies
npm install

# Start the project for development
npm run start

Building The Game

# Compile the game for publishing, outputs to `dist/`
npm run build

# Build the game for publishing and preview it locally
npm run preview

Compiling Assets

Assets are compiled whenever you start or build the project, but they are not 'watched' (yet) like regular code while developing. If you add/modify/remove any assets while developing, you have to run npm run assets manually to recompile them and make the changes to take effect.