Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dawntraoz/amp-storyblok
Node app with AMP & Storyblok
https://github.com/dawntraoz/amp-storyblok
amp-html express storyblok
Last synced: 4 days ago
JSON representation
Node app with AMP & Storyblok
- Host: GitHub
- URL: https://github.com/dawntraoz/amp-storyblok
- Owner: Dawntraoz
- License: mit
- Created: 2020-04-28T20:15:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T15:12:23.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:25:50.068Z (7 months ago)
- Topics: amp-html, express, storyblok
- Language: Handlebars
- Homepage: https://amp-storyblok.herokuapp.com/
- Size: 593 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amp-storyblok
Node app with AMP & Storyblok## Install
To install the project locally run:```
$ npm install
```Then run postcss build & node serve using this command:
```
$ yarn start
```Herokuapp: https://amp-storyblok.herokuapp.com/
## Deploy to Herokuapp
Before check is heroku is runing 'yarn start' with:
```
$ heroku local web
```Then you can push everything and use Dynos:
```
$ git push heroku master
$ heroku ps:scale web=1
$ heroku ps
$ heroku open
```Check errors:
```
$ heroku logs --tail
```H10 error then run:
```
$ heroku restart
```