This site is built using GatsbyJS. 🚀
The site is available at https://abinavseelan.com.
- Clone repository and run
npm install
to install all the dependencies. - All development happens within the
src
folder. The entire project is a React application.
- Run
$ ./publish.sh <commit message>
to build the project and move the built contents to a deployment folder. - The contents of this folder need to be pushed to http://github.com/abinavseelan/abinavseelan.github.io since
abinavseelan.com
needs to be mapped toabinavseelan.github.io
. - Run
$ ./deploy.sh
to deploy!