Skip to content

ADMARIl/aingson.xyz

Repository files navigation

Logo

aingson.xyz

The third iteration of my personal website, aingson.xyz.

Previous iterations: v1, v2

code

Installation

You'll need npm to get started.

  1. Install yarn if you don't already have it

    npm install -g yarn
  2. Install dependencies

    yarn install
  3. Run a development build

    yarn run develop

Building and Running

  1. Generate a full static production build

    yarn run build
  2. Preview the site as it will appear once deployed

    yarn run serve

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL-3.0

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