Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ACME CMS Client

Node.js CMS client for ACME apps.

Setup

pnpm install

Available scripts

Build

pnpm build

# To --watch
pnpm build:watch

Lint

pnpm lint

# To fix lint
pnpm lint:fix