https://github.com/wichopy/big-2-ui
web client for online big 2 game
https://github.com/wichopy/big-2-ui
Last synced: over 1 year ago
JSON representation
web client for online big 2 game
- Host: GitHub
- URL: https://github.com/wichopy/big-2-ui
- Owner: wichopy
- Created: 2023-10-20T14:33:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T15:57:24.000Z (over 2 years ago)
- Last Synced: 2025-01-22T01:46:31.228Z (over 1 year ago)
- Language: Svelte
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development
`npm i`
To run dev server, its best to run 2 seperate terminals. One for running the autobuilder and one for running the static file server. Using npm run dev will cause the port to get overwritten in the terminal.
`npm run autobuild`
`npm run start:dev`