Go to app folder and follow below instruction
- copy
.env.exampleto.env. (skip if already done)
$ cp .env.example .env- run following commands
# install dependencies(skip if already done)
$ npm install
# build for production and launch server
$ npm run build
# generate static project
$ npm run generate
# run the application
$ npm start-
Go to
/app/folder. -
copy
.env.exampleto.env. (skip if already done)
$ cp .env.example .env- run following commands
# install dependencies (skip if already done)
$ npm install
# run application
$ npm run devFor staging reflection - you have to run manually staging workflow it will reflect in https://srv.improwised.dev
- To run staging workflow
- go to Actions -> From workflow select staging -> click on Run workflow
For production reflection - after the successful build is completed in staging you need to run manually production workflow it will reflect in https://www.improwised.com/
- To run production workflow
- go to Actions -> From workflow select production -> click on Run workflow