You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
541 B

#Advent of Code#
My solutions to the challenges for Advent of Code 2023
To get started, please clone the repository into a new directory, navigate to that directory, open a Terminal, and run the following commands:
```
cd client
npm install
npm run dev
```
You should now see a prompt in the terminal that shows the local address that the application is running on (for example: http://127.0.0.1:5173/).
Open a browser window, copy and paste the URL from the terminal into the address bar, hit Enter, and you should see the site running!