Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 972 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 972 Bytes

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
yarn install

# start dev server
yarn dev

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

Commands

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