Skip to content

Files

Latest commit

 

History

History
41 lines (30 loc) · 910 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 910 Bytes

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.