This repo contains code for my own personal website.
The tech stack for the website is, you guess: HTML, CSS, Javascript (no awesome frameworks).
git clone https://github.com/kushdilip/kushdilip.github.io.git
-
| to be added
- python can be used
python -m SimpleHTTPServer
- live-server
npm install -g live-server
oryarn global live-server
.live-server --port=8080
- for more configurations
https://github.com/tapio/live-server
| to be added