This is a starter project for Advent of Code, for those who want to write their solutions in Typescript. Project is built on top of Nuxt, helping you to solve the puzzles in a more efficient way and later display your solutions in a beautiful manner.
This project allows you to:
- write your code in Typescript, with type checking and intellisense,
- display your solutions in a beautiful manner,
- and more!
Before you begin, ensure you have met the following requirements:
- Node.js - 18.x or newer (recommended latest LTS version)
- Package manager - pnpm
Install the dependencies:
pnpm i
To run the project locally, run:
pnpm dev
You can now access the project at http://localhost:3000
.
WIP.