16

Tina is a site editing toolkit for modern React-based sites (Gatsby and Next.js)

 4 years ago
source link: https://www.tuicool.com/articles/22iAJvY
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

TinaCMS

Getting Started

ueiQv2q.gif

Development

To get started:

git clone [email protected]:tinacms/tinacms.git
cd tinacms
npm install && npm run bootstrap
npm run build

# Start the Gatsby demo
cd packages/demo-gatsby
npm run start

TinaCMSuses Lerna to manage dependencies when developing locally. This allows the various packages to reference each other via symlinks. Running npm install from within a package replaces the symlinks with references to the packages in the npm registry.

Commands

Commands Description npm run bootstrap Install dependencies and link local packages. npm run build Build all packages npm run watch Watch all packages for rebuilds. npm run test Run tests for all packages lerna run build --scope <package> Build only <package>.

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK