Files
remark42/frontend/packages/api/README.md
T
Dmitry VerkhoturovandUmputun 1ce9415d34 ping pnmp version to 7
Previously version 8 was installed once it became available, breaking
the pipelines and docker build.
2023-04-01 14:45:44 -05:00

12 lines
278 B
Markdown

# @remark42/api
Implementation of API methods for Remark42
## Development
- If you don't have `pnpm` installed run `npm i -g pnpm@7`
- Install dependencies `pnpm i`
- Run development mode with `pnpm run dev`
- Build lib with `pnpm run build`
- Run tests with `pnpm run test`