Make sure that your site isn't shite.
$ git clone git@github.com:young-skilled/site-blazer.git
$ cd site-blazer
$ npm install
$ cp .sample.env .env
# Now go to .env and update the values
- Goto Google developer console
- Create a new project in Google developer console
- Create new server API key
- Goto to "Overview", click "PageSpeed Insights API"
- Click "Enable"
WEB
$ npm start
# Starts a server on http://localhost:5000
CLI
You can invoke Site Blazer using the very simple CLI:
$ npm run cli google.com example.com
Deploy to existing instance
- Make sure that you have the heroku git remote setup
git push heroku master
Deploy new instance
This app is Heroku ready.
$ heroku create <any_name>
$ git push heroku master