Skip to content
forked from tinacms/tina.io

Website for TinaCMS 🦙 - General info, documentation, blogs & contribution guidelines.

Notifications You must be signed in to change notification settings

kldavis4/tina.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tina.io website

Source code for the tina.io website.

Development

cp .env.example .env
pnpm i
pnpm dev

Vision

Make a wesbite to communicate the awesomeness of TinaCMS

Tech Stack

  • NextJS
  • TinaCMS
  • GitHub
  • Markdown

Testing Local TinaCMS Changes

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

TINA=../path/to/tinacms pnpm 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

Website for TinaCMS 🦙 - General info, documentation, blogs & contribution guidelines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 61.4%
  • TypeScript 36.0%
  • JavaScript 2.0%
  • Other 0.6%