http://gurpreetsingh2808.github.io/
Github repo for Gurpreet Singh's Website
How to create one for your own
- Fork the repo
- Rename the repo as your-user-name.github.io
- Check at http://your-user-name.github.io
- Make changes as you want!
How to run and make changes locally
Simply go to your cloned directory and if you have
- NodeJS
server
- Python 2.7x
python -m SimpleHTTPServer
- Python 3.x
python -m http.server