The contents of this repository have moved to https://github.com/theopensystemslab/planx-core |
Source for auto-generated subission templates integrated into PlanX.
This module uses vite
for development.
- Install pnpm globally if you don't have it already
npm i pnpm -g
- Install dependencies
pnpm i
- Start development server
pnpm dev
Other useful package scripts:
pnpm test
: run the test suitepnpm check
: check and fix type and linting errorspnpm ci
: run continuous integration checkspnpm build
: build the package