Dani21 / supercharge.info-admin

supercharge.info admin pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Administration pages for supercharge.info

Run Locally

Localhost only

npm start

http://localhost:9292/

Running an open development server (choose port and comma-separated list of allowed hostnames)

npm start -- --env open --env port=9393 --env hosts=mydevsite,mydevsite.dev.supercharge.info

http://mydevsite:9393/ or http://mydevsite.dev.supercharge.info:9393/

Other Tools

Fix linting issues

npm run lint

Package

npm run build

Release version and push to origin/master

npm run release

Deploy

./deploy.sh <test|prod>

About

supercharge.info admin pages


Languages

Language:JavaScript 71.3%Language:HTML 20.2%Language:CSS 6.9%Language:Shell 1.6%