The third iteration of my personal website, aingson.xyz.
You'll need npm to get started.
-
Install yarn if you don't already have it
npm install -g yarn
-
Install dependencies
yarn install
-
Run a development build
yarn run develop
-
Generate a full static production build
yarn run build
-
Preview the site as it will appear once deployed
yarn run serve
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Note the following depedancy specific liscenses:
- potrace is liscensed under GNU General Public License version 2
- scrollreveal is liscensed under GNU General Public License 3.0