Easy to re-use portfolio, personal website that's completely data driven.
Example, this repository hosted via github pages - sidhin.in
- Fork the repository
- Go to portfolio/src/data.json
- Update the JSON with your details.
- Update portfolio/src/CNAME with your custom domain name, if none required, delete the file
- Test your changes
- Deploy
- Initialize npm instance
npm install
- Start development server
npm start
This project comes with gh-pages dependency which makes it easy to deploy this to github pages. Once you reach a state where you wish to deploy this to Github pages. Run the following command-
npm run deploy
All and any contributions are welcome.