Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luxuereal/tina.io_next.js
The source of tina.io platform
https://github.com/luxuereal/tina.io_next.js
airtable axios expressjs graphql nextjs nodejs prism react tailwindcss
Last synced: 18 days ago
JSON representation
The source of tina.io platform
- Host: GitHub
- URL: https://github.com/luxuereal/tina.io_next.js
- Owner: luxuereal
- Created: 2023-11-19T01:25:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T04:14:26.000Z (about 1 year ago)
- Last Synced: 2024-11-08T23:52:13.472Z (2 months ago)
- Topics: airtable, axios, expressjs, graphql, nextjs, nodejs, prism, react, tailwindcss
- Language: TypeScript
- Homepage: https://tina.io
- Size: 39.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Tina.io website
Source code for the [tina.io](https://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.