/advent-of-code

Advent of Code implementation in Javascript using Vue.js for visuals. Covers multiple years.

Primary LanguageVueApache License 2.0Apache-2.0

Advent of Code

About

This is the repository for my Advent of Code solutions.

I've been using the following technologies:

The deployed result is available at: https://sebastian-raubach.github.io/advent-of-code/


Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.