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