Work in progress...
Work in progress...
- Install Node Version Manager globally
 - Clone the repository and navigate to the root folder
 - Run 
nvm usecommand to switch (and optionally download) to required Node.js version - Run 
npm installcommand to install all the project dependencies - Copy 
.env.distfile to.envand populate AWS account credentials - (optional) Setup pre-commit hook
 
- Run 
npm run deploycommand to deploy CF stack to configured AWS account 
Work in progress...
Work in progress...
- Run 
npm run removecommand to remove CF stack from configured AWS account 
- Clone and setup project
 - To follow ESLint and Prettier rules setup husky pre-commit hook by running the following command:
npx husky init && echo "lint-staged && npm run build" > .husky/pre-commit - Follow Conventional Commits naming rules