Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```