WesleyDRobinson / public-sector-services

Home Page:https://www.publicsectorservices.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public Sector Services

How to build this website from source

  1. Fork and clone this repo!
  2. yarn install or npm install
  3. yarn run develop and open a browser window to localhost:5000
  4. Update the title, description, favicons, custom scripts to be loaded clientside, etc., in public/index.html, the browser's 'entry point'
  5. Add custom scripts to src/app.js
  6. Build custom elements in src/components
  7. Set up client side routes in routing.js

Deploy

yarn run deploy

If you'd like to use a single entry point to your app, and want to pay zeit only for bandwidth:

Add a "static" option in your package.json:{now} object or your now.json file

Alias

After the deployment is tested, update the now alias list in package.json and yarn run alias

About

https://www.publicsectorservices.com

License:ISC License


Languages

Language:JavaScript 98.0%Language:HTML 2.0%