Venzra commerce solution - full end-to-end stack
When running this project will be available locally on http://localhost:8080
Installing dependencies is done via npm install note that version 8 or newer of node should be used.
Running the entire project in production mode can be done by calling npm start this will start the server.
To run the projects currently you should use the npm commands for each project, for example;
> npm startDeployment occurs via CircleCI on commit to master, the following environment variables are required
| variable | example | description |
|---|---|---|
| DEPLOY_CERT | arn:aws:acm:us-east-1:xxxxxxxxxxxx | AWS certificate ARN, certificate must exist on US-EAST-1 |
| DEPLOY_URI | www.venzra.com | The domain for which to create this Website |
| DEPLOY_STACK | www-venzra | The name for AWS to use to reference this environment |