Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 823 Bytes

RUN_ENVIRONMENT.MD

File metadata and controls

44 lines (35 loc) · 823 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

    $ yarn install
    

    or

    $ npm install
    
  4. Run the project

    $ yarn dev
    

    or

    $ npm run dev
    
  5. Visit http:https://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