Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 342 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (26 loc) · 342 Bytes

Development

cd static-cms
yarn
yarn dev

Test

# /static-cms
yarn test

Build

# /static-cms
yarn build

Release

# /
npm i
npm run release

Updating Static CMS version

git subtree pull --prefix static-cms https://github.com/StaticJsCMS/static-cms main --squash