Skip to content

ayanoakune/advent-of-code-ts-starter

Repository files navigation

Advent of Code - Typescript Starter

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!

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js - 18.x or newer (recommended latest LTS version)
  • Package manager - pnpm

Getting started

Install the dependencies:

pnpm i

Running locally

To run the project locally, run:

pnpm dev

You can now access the project at http://localhost:3000.

Building for production

WIP.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published