tinacms / tina.io

Organization site for general info, documentation, blogs & contribution guidelines.

Home Page:https://tina.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tina.io website

Source code for the tina.io website.

Development

cp .env.example .env
yarn install
yarn dev

Testing Local TinaCMS Changes

If you have the tinacms repository cloned locally you can use it when running tina.io:

TINA=../path/to/tinacms yarn dev

You can also specify which packages you want to watch:

TINA=../path/to/tinacms TINA_WATCH=@tinacms/forms,react-tinacms-inline

Warning

This will only work for packages loaded by webpack. That means that environments which don't use webpack (i.e. SSR builds) will not use this alias.

About

Organization site for general info, documentation, blogs & contribution guidelines.

https://tina.io


Languages

Language:TypeScript 96.3%Language:JavaScript 3.1%Language:CSS 0.5%Language:Shell 0.1%