Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 725 Bytes

RUN_ENVIRONMENT.MD

File metadata and controls

33 lines (27 loc) · 725 Bytes

Running the environment

Running in local

  1. Open the terminal / command prompt in your system
  2. Clone the repo
    $ git clone https://github.com/sadanandpai/resume-builder.git
    
  3. Install the dependencies
    $ npm install
    
  4. Run the project
    $ npm run dev
    
  5. Visit http://localhost:3000/ on your browser

Run via Docker

Prequisite: Install Docker.

  1. Open the terminal / command prompt in your system

  2. Clone the repo

    $ git clone https://github.com/sadanandpai/resume-builder.git
    
  3. Run the below command in the terminal from within the cloned project directory

    $ docker-compose up -d