Skip to content

Improwised/improwised-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

improwised-website

Build Setup

Go to app folder and follow below instruction

  • copy .env.example to .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

Development

  • Go to /app/ folder.

  • copy .env.example to .env. (skip if already done)

$ cp .env.example .env
  • run following commands
# install dependencies (skip if already done)
$ npm install 

# run application
$ npm run dev

Staging Workflow

For 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

Production 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 12