Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.