Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinacms/tina-barebones-starter
Just the essentials - get started with TinaCMS with minimum clutter
https://github.com/tinacms/tina-barebones-starter
cms graphql nextjs tinacms
Last synced: 4 days ago
JSON representation
Just the essentials - get started with TinaCMS with minimum clutter
- Host: GitHub
- URL: https://github.com/tinacms/tina-barebones-starter
- Owner: tinacms
- Created: 2021-12-02T18:27:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T05:37:11.000Z (27 days ago)
- Last Synced: 2024-10-27T23:59:36.021Z (21 days ago)
- Topics: cms, graphql, nextjs, tinacms
- Language: TypeScript
- Homepage: https://tina-barebones-starter-sigma.vercel.app
- Size: 1.46 MB
- Stars: 14
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Tina CMS](https://tina.io/) project.
## Local Development
Install the project's dependencies:
> [!NOTE]
> [Do you know the best package manager for Node.js?](https://www.ssw.com.au/rules/best-package-manager-for-node/) Using the right package manager can greatly enhance your development workflow. We recommend using pnpm for its speed and efficient handling of dependencies. Learn more about why pnpm might be the best choice for your projects by checking out this rule from SSW.```
pnpm install
```Run the project locally:
```
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Building the Starter Locally (Using the hosted content API)
Replace the `.env.example`, with `.env`
```
NEXT_PUBLIC_TINA_CLIENT_ID=
TINA_TOKEN=
NEXT_PUBLIC_TINA_BRANCH=
```Build the project:
```bash
pnpm build
```## Learn More
To learn more about Tina, take a look at the following resources:
- [Tina Docs](https://tina.io/docs)
- [Getting started](https://tina.io/docs/setup-overview/)You can check out [Tina Github repository](https://github.com/tinacms/tinacms) - your feedback and contributions are welcome!
## [Deploy on Vercel](https://tina.io/guides/tina-cloud/add-tinacms-to-existing-site/deployment/)