Skip to content

coding-judge/cj-resume-builder

Repository files navigation

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://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