/site-blazer

Make sure that your site isn't shite.

Primary LanguageJavaScriptOtherNOASSERTION

Site Blazer

Make sure that your site isn't shite.

Deploy

Getting started

$ 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
  1. Goto Google developer console
  2. Create a new project in Google developer console
  3. Create new server API key
  4. Goto to "Overview", click "PageSpeed Insights API"
  5. Click "Enable"

⚠️ If you don't setup an API key this app wont work!

Usage

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

Deploy to existing instance

  1. Make sure that you have the heroku git remote setup
  2. git push heroku master

Deploy new instance

This app is Heroku ready.

$ heroku create <any_name>
$ git push heroku master