Skip to content

Latest commit

 

History

History
125 lines (81 loc) · 3.8 KB

CONTRIBUTING.md

File metadata and controls

125 lines (81 loc) · 3.8 KB

CONTRIBUTING

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

For details on contributing to documentation, see Website Directory Readme.

Setup

Install Node.js (LTS) and yarn on your system.

Install dependencies

Only required on the first run, subsequent runs can use yarn dev to both bootstrap and run the development server.

git clone https://github.com/StaticJsCMS/static-cms
cd static-cms
yarn

Run locally

yarn dev

Available scripts

dev

Starts the development server.