Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minthamie/advent-of-code-2023
https://github.com/minthamie/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-javascript advent-of-code-javascript
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/minthamie/advent-of-code-2023
- Owner: MinThaMie
- Created: 2023-11-24T14:48:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-14T08:33:10.000Z (11 months ago)
- Last Synced: 2024-10-03T11:59:18.914Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-javascript, advent-of-code-javascript
- Language: JavaScript
- Homepage:
- Size: 424 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2023
Welcome to our amazing Advent of Code app. We (MinThamie & LiuLangZhe (sis & bro)) will try to solve as many of the 2023 Advent of Code puzzles as possible. In previous years we used to do this seperately, but this year we want to bundle our efforts, so we've updated MinThaMie's UI to house both our inputs! Each day will show a silver or gold medal, depending on wheter we got 1 or two stars!
[![Netlify Status](https://api.netlify.com/api/v1/badges/5ec72945-2653-447b-9a0a-1b8cf3ac89b3/deploy-status)](https://app.netlify.com/sites/advent-of-code-2023/deploys)
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://cli.emberjs.com/release/)## Installation
* `git clone ` this repository
* `cd advent-of-code-2023`
* `npm install`## Running / Development
* `npm start`
* Visit your app at [http://localhost:4200](http://localhost:4200).### Deploying
Just push to `main` and Netlify will do the rest :)