-
Open the terminal / command prompt in your system
-
Clone the repo
$ git clone https://github.com/sadanandpai/resume-builder.git
-
Install the dependencies
$ yarn install
or
$ npm install
-
Run the project
$ yarn dev
or
$ npm run dev
-
Visit http://localhost:3000/ on your browser
Prequisite: Install Docker.
-
Open the terminal / command prompt in your system
-
Clone the repo
$ git clone https://github.com/sadanandpai/resume-builder.git
-
Run the below command in the terminal from within the cloned project directory
$ docker-compose up -d