https://github.com/bhayward93/wormhole
Vite client for SpaceTraders
https://github.com/bhayward93/wormhole
Last synced: 3 months ago
JSON representation
Vite client for SpaceTraders
- Host: GitHub
- URL: https://github.com/bhayward93/wormhole
- Owner: bhayward93
- License: mit
- Created: 2024-11-23T02:10:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T00:55:38.000Z (7 months ago)
- Last Synced: 2025-02-03T12:18:11.055Z (5 months ago)
- Language: TypeScript
- Homepage: https://wormhole-gold.vercel.app
- Size: 931 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wormhole - Space Traders Client
Wormhole is an early-stage WIP client for SpaceTraders written in React. Basic functionality build out:
- [x] Registration.
- [x] My ships list.
- [x] My contracts list.
- [x] Contract acceptance.## Requirements
NodeJS 18+
NPM## Running
`npm i`
`npm run dev`See `package.json` for more details on available scripts.
## License
[MIT](https://choosealicense.com/licenses/mit/)