Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 320 Bytes

File metadata and controls

17 lines (13 loc) · 320 Bytes

Developer installation

Install node.js > v20.17.0 (check with node -v)

Install npm packages npm install

Initialise TinaCMS npx @tinacms/cli init Enter any client id and token We recommend using NPM for the package manager Use typescript Dont override existing config files.

Run the site with npm run start