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 2e70e043ae
initialized the client project with vite
2 years ago
client initialized the client project with vite 2 years ago
.gitignore Initial commit 2 years ago
README.md initialized the client project with vite 2 years ago

README.md

TenThousandGame

My iteration of a popular family-style dice game called Ten Thousand. Written using Typescript, React, Node, and PostgreSQL.

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 game running!