Main repository for growthbdm.com web page.
To install all NPM packages:
Note: This command creates the node_modules/ folder on root folder.
npm install
To run the server on DEV env:
npm run dev
To validate installation:
http://localhost:3000/
To validate installation on mossco-ai GCP VM:
GCP VM: mossco-ai
URL:
http://34.44.71.242:3000/
To create an optimized PROD build:
npm run build
To execute the app in PROD env:
npm run start
To validate packages funding:
npm fund
To address all issues:
npm audit fix --force