t2-model-skinner/README.md

37 lines
872 B
Markdown
Raw Permalink Normal View History

2024-04-29 03:19:48 +00:00
# t2-model-skinner
[Launch the app!](https://exogen.github.io/t2-model-skinner/)
## Support
Did this project bring you joy? Want to request a feature? Check out
[my GitHub Sponsors page](https://github.com/sponsors/exogen).
Alternatively…
<a href="https://www.buymeacoffee.com/mosswood" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;"></a>
2024-04-29 03:19:48 +00:00
## Development
Clone the repository and run:
2024-04-29 03:20:40 +00:00
```sh
npm install
2024-04-29 03:19:48 +00:00
```
Then run `npm start` to launch the development server:
2024-04-29 03:20:40 +00:00
```sh
npm start
2024-04-29 03:19:48 +00:00
```
Build the production version of the app with `npm run build`:
2024-04-29 03:20:40 +00:00
```sh
npm run build
2024-04-29 03:19:48 +00:00
```
2024-10-27 19:35:05 +00:00
To get new skins to appear in the Custom Skins dropdown menu or the gallery
page, they must be deployed with the [t2-skins](https://github.com/exogen/t2-skins)
repository.