- 10kb of unminified HTML
- 2kb of unminified CSS
- 1kb of unminified JavaScript
- Make sure that you have the latest versions of Git and NodeJS installed.
- Run
git clone https://github.com/schalkventer/schalkventer.me
from the folder where you want to clone it. - Once cloning is complete, run
npm install
andnpm start
. - You should now have a local server at
https://localhost:3000
that auto-refreshes when you make code changes.