Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 825 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 825 Bytes
⚠️ NOTICE
The contents of this repository have moved to https://github.com/theopensystemslab/planx-core

PlanX Document Templates

Source for auto-generated subission templates integrated into PlanX.

This module uses vite for development.

Running locally

  • 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 suite
  • pnpm check: check and fix type and linting errors
  • pnpm ci: run continuous integration checks
  • pnpm build: build the package