This repo contain the contents served at the website http://ajitvpai.com/
This site was initially created by /u/Hdmoney inspired by a Reddit comment thread, with major development by /u/DistortoiseLP, and hosting provided by /u/Sunsparc in /r/pcmasterrace.
Awesome! Thank you for taking interest in contributing.
- Check the Issues page for anything that needs work.
- Fork a copy of the repository
- Write and commit your code to your copy of the repository
- Submit a pull request
You'll need NodeJS and gulp to make CSS changes to this project.
After forking the repo, cd into the scss
folder and run
$ npm install
If you want to see your changes on a local dev environment, you can use the python SimpleHTTPServer module. Run the following command in the root directory:
$ python -m SimpleHTTPServer