npm install
in the root directorynpm start
which will run the app on http://localhost:3000
or
- Enable
CHOKIDHAR_USEPOLLING
variable in docker-compose.yaml. - Run the command
docker-compose up --build
which will run the app in http://localhost:3000
- For deployment run
npm run build
- Now run
npm run deploy
Consists of all the features the original repo has with some custom made views based on my requirements
-
🌈Theme change on every page refresh (Note: new themes can be added in
theme.js
) -
👨🏻🎨Custom stepper view in Experience section with company logo and short description
-
Tooltips on all the Icons
More feature list can be found in the original repo
Github link for Masterportfolio https://github.com/ashutosh1919/masterPortfolio