You are viewing an outdated version of my personal website.
Check out my new website here: https://www.ansonheung.me/ (GitHub Link)
My personal site hosted with GitHub Pages and built with HTML, Sass and Javascript.
This project uses Dart Sass CSS preprocessor. Please install the Dart Sass CLI via npm if you haven't:
npm install -g sass
To start the development server using VS Code's Live Server extension:
- Clone this project to your computer
git clone https://github.com/AnsonH/AnsonH.github.io.git - Open the root folder you just cloned in VS Code
- Install the Live Server extension
- Press the "Go Live" button in the status bar to start the development server
- In VS Code, open a new integrated Terminal window
- Run the following command and leave it running in background
sass app/scss:css --watch
