Ensure that you have Node.js installed. We recommend the latest in the v8 series as that is the version that our CI/CD tool is using to build all of the deployed code.
- Clone this repo
cd
into the local directory and executenpm install
- Run
npm start
to start a local server instance
When you open a new pull request, it's built and made available at:
http://good-emporium-web-dev.s3-website.us-east-2.amazonaws.com/your-branch-name
When new code is merged to master, it becomes available at:
http://good-emporium-web-staging.s3-website.us-east-2.amazonaws.com
This is meant to be used for a final review before releasing the code to production.
To deploy to production, create a new release.
- Set the 'tag' and 'release title' to something like
v1.0.0
. It should be higher than the last version. - The target should be
master
.
Note: The v
in the 'tag' is mandatory. Forgetting it would be unwise.