Skip to content

bartwisch/littlefactory

Repository files navigation

littlefactory

A small browser game prototype built with TypeScript and Vite.

Requirements

  • Node.js 18+
  • npm

Run locally

npm install
npm run dev

Open the local URL shown by Vite (usually http://127.0.0.1:5173).

Build for production

npm run build
npm run preview

Optional artwork generation

If you want to use the Meshy artwork tooling, create a local .env file from .env.example and set:

MESHY_API_KEY=your_real_api_key

Then run:

npm run art:meshy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published