https://tools.quake.world/simple-items/
Built with Vite, Tailwind CSS and PixiJS.
# clone repo
git clone [email protected]:qw-tools/simple-items.git
cd model-textures
# install dependencies
yarn install
# start dev server
yarn dev
dev server is hosted at http://localhost:5173
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) |