This is the repository for my Advent of Code solutions.
I've been using the following technologies:
- Vue.js for the frontend.
- Vuex for state management.
- Plotly.js for some charts.
- Bootstrap-Vue for the interface.
- GitHub Actions for CI/CD.
- GitHub Pages for hosting.
The deployed result is available at: https://sebastian-raubach.github.io/advent-of-code/
npm install
npm run serve
npm run build
npm run lint