Basics, Setup, Launcher
This commit is contained in:
66
README.md
66
README.md
@@ -1 +1,65 @@
|
||||
# aoc2024
|
||||
# Advent of Coding 2024
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](LICENSE)
|
||||

|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<details open="open">
|
||||
<summary>Table of Contents</summary>
|
||||
|
||||
- [About](#about)
|
||||
- [Built With](#built-with)
|
||||
- [Getting Started](#getting-started)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Installation](#installation)
|
||||
- [Usage](#usage)
|
||||
- [License](#license)
|
||||
- [Acknowledgements](#acknowledgements)
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
## About
|
||||
|
||||
My solutions to the Advent of Code 2024.
|
||||
|
||||
### Built With
|
||||
|
||||
- TypeScript
|
||||
- Launcher build with inquirer.js
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- pnpm 9
|
||||
- node 20
|
||||
|
||||
### Installation
|
||||
|
||||
1. git clone
|
||||
2. pnpm install
|
||||
3. pnpm start
|
||||
|
||||
## Usage
|
||||
|
||||
- run `pnpm start`
|
||||
- download your input
|
||||
- Select day
|
||||
- select part
|
||||
- select input
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the **ISC license**.
|
||||
|
||||
See [LICENSE](LICENSE) for more information.
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
Thanks to [Eric Wastl](https://was.tl/) for creating Advent of Code!
|
||||
Reference in New Issue
Block a user