mp-se / gravitymon-ui

MIT License
0 stars 1 forks source link

Gravitymon User Interface

This repository contains the user interface for gravitymon, see: https://github.com/mp-se/gravitymon or https://www.gravitymon.com for more details.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

Mock Server

npm run mock

Development

Run these in separate terminal windows.

npm run mock
npm run serve

Git commands

Add a new tag

git tag -a [tag_name] HEAD -m "Tag message"
git push origin tag [tag_name]