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
612 B

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