Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 269 Bytes

readme.md

File metadata and controls

31 lines (21 loc) · 269 Bytes

This is a web-based frontend implementation for Graviton

Install dependencies:

pnpm install

Running in develop mode:

pnpm run dev

Create a build:

pnpm run build

Run tests:

pnpm run test

Format the code:

pnpm run format