This is my attempt at resolving the Advent of Code !
Here is the Github repository :
https://github.com/opsilonn/advent-of-code
Recommanded setup :
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Tech used :
Open a command where the project is located, then :
Install the dependencies :
$npm install
Launch the server :
$npm run start
See the list of contributors who participated in this project.