Skip to content

qw-tools/model-textures

Repository files navigation

QuakeWorld Model Texture Editor

https://tools.quake.world/model-textures/

image

Development

Built with Vite, Tailwind CSS, PixiJS and model-viewer.

Setup

# clone repo
git clone git@github.com:qw-tools/model-textures.git
cd model-textures

# install dependencies
pnpm install

# start dev server
pnpm dev

dev server is hosted at http://localhost:5173

Commands

Command Description
pnpm dev Start development server at http://localhost:5173
pnpm build Build site to /dist
pnpm serve Serve /dist at http://localhost:4173
pnpm lint Run linter (prettier)

Sponsor this project