Skip to content

Latest commit

 

History

History
executable file
·
23 lines (12 loc) · 734 Bytes

README.md

File metadata and controls

executable file
·
23 lines (12 loc) · 734 Bytes

Accounteque Services Inc

The purpose of this project is to redesign/redeploy my father's business website as he currently does not have access to the current site that is live. The redesign will largely be a copy of the current site but with updates to improve the customer's user experience, mobile layout, and content edits for clarity/brevity.

Quickstart

*nix:
To start a local dev server on localhost:8080 run: `./start`
Windows:
To start a local dev server on localhost:8080 run: `.\start.ps1`

Push site to staging

Deployments are handled by vercel, builds are triggered by merging any feature branch into main current staging site here

Push site to prod

TODO