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 👗
- Host: GitHub
- URL: https://github.com/michalczaplinski/katono-dato
- Owner: michalczaplinski
- License: mit
- Created: 2018-01-28T20:29:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T22:45:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-15T07:15:41.865Z (5 months ago)
- Language: JavaScript
- Homepage: https://katono.clothing
- Size: 6.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```