This template is created to make it easier for developers when first starting to use LightVM.
Before running any commands, make sure you have installed all necessary dependencies required by this project:
-
Install all required dependencies first:
npm install
-
Command for debug build:
npm run dev
-
Command for production build:
npm run build
-
Command for type checking:
npm run typecheck -
Command for linting:
npm run lint
-
Command for formatting:
npm run format
-
Command for testing:
npm run test
This template repository is licensed under the MIT License
Happy climbing! 🚀