Minimal, Easy to setup developer portfolio site built with React + Chakra UI
Here are simple steps to initiate the portfolio
npm install
npm run init
After the init command, it will prompt you questions regarding the data to be used in your portfolio, answer them one by one and when you are done. To run development server use the command below:
npm run dev
And to make production build
npm run build