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

https://github.com/michalczaplinski/katono-dato

Web app for katono 👗
https://github.com/michalczaplinski/katono-dato

Last synced: 3 months ago
JSON representation

Web app for katono 👗

Awesome Lists containing this project

README

        

## Usage

Add an `.env` file containing the read-only API token of your DatoCMS site:

```
echo 'DATO_API_TOKEN=abc123' >> .env
```

Afterwards, you know the drill:

```
yarn install
yarn run develop
# to build for production
yarn run build
```