My solutions to the challenges for Advent of Code 2023
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.
 
 
 
 
Devin Major 93fa2dc974
Changed the project name goal and scope
10 months ago
.husky Changed the project name goal and scope 10 months ago
public Changed the project name goal and scope 10 months ago
src Changed the project name goal and scope 10 months ago
.eslintrc.json Changed the project name goal and scope 10 months ago
.gitignore Changed the project name goal and scope 10 months ago
.prettierrc.json Changed the project name goal and scope 10 months ago
README.md Changed the project name goal and scope 10 months ago
index.html Changed the project name goal and scope 10 months ago
package-lock.json Changed the project name goal and scope 10 months ago
package.json Changed the project name goal and scope 10 months ago
tsconfig.json Changed the project name goal and scope 10 months ago
tsconfig.node.json Changed the project name goal and scope 10 months ago
vite.config.ts Changed the project name goal and scope 10 months ago

README.md

#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!