This website (template) is based on Gatsby's RolwinReevan Portfolio template using ant-design.
It is rewritten for academic usage with the help of Reapor-Yurnero.
Full credits for this awesome website template goes to tc-imba's Gatsby Personal Website Template for Academic Usage.
Because of The Great Gatsby!! On a serious note though, being written in Javascript it can be used with React.js almost with no extra effort. Also, it's my hope someday to augment the website with some cool Three.js animations (you know the stuff where everything flies on the screen making browsing almost impossible 😄)
- Clean up cache before during development for "hot" reloading
rm -rf example/node_modules/.bin example/node_modules/.cache/ example/.cache/ deploy/public/
. - deploy using
yarn deploy
(takes a few minutes to take effect), develop usingyarn develop
(almost instantaneous).