Previously version 8 was installed once it became available, breaking the pipelines and docker build.
12 lines
278 B
Markdown
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`
|