Skip to content

TomFinley/space-teamster

 
 

Repository files navigation

Space Teamster

2D side-on space trucker prototype built with TypeScript and raw Canvas 2D.

Requirements

  • Node.js 18+ recommended
  • npm

Install

npm install

Run locally

Start the Vite dev server:

npm run dev

Default local URL:

http://localhost:5173/

If you want to bind a specific host/port:

npm run dev -- --host 0.0.0.0 --port 4173

Example URL for that:

http://localhost:4173/

Build

Create a production build:

npm run build

Output goes to:

dist/

Preview production build

After building, serve the built app locally:

npm run preview

You can also pass host/port flags:

npm run preview -- --host 0.0.0.0 --port 4173

Project scripts

  • npm run dev — start development server
  • npm run build — type-check and build for production
  • npm run preview — serve the built app locally

About

Space Teamster game prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.8%
  • HTML 0.2%