https://github.com/oxkitsune/diamonddaggifier
A website that turns your Minecraft skin into a @DiamondDagger590 cosplay!
https://github.com/oxkitsune/diamonddaggifier
minecraft minecraft-skin minecraft-skins reactjs rocketrs rust yarn
Last synced: about 2 months ago
JSON representation
A website that turns your Minecraft skin into a @DiamondDagger590 cosplay!
- Host: GitHub
- URL: https://github.com/oxkitsune/diamonddaggifier
- Owner: oxkitsune
- Created: 2020-12-22T16:30:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T13:01:19.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T23:24:45.226Z (about 2 years ago)
- Topics: minecraft, minecraft-skin, minecraft-skins, reactjs, rocketrs, rust, yarn
- Language: Rust
- Homepage: https://diamonddaggify.com
- Size: 860 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiamondDaggifier
A small website/backend to turn your minecraft skin into a DiamondDagger590 cosplay!
## Requirements
- Rust nightly installed (required by rocket.rs)
- Node.js 8.0 or later
- Yarn (NOT NPM)## Set-up
### Backend
First make sure you're in the backend directory!
Run ```cargo run``` to run a debug build, make sure you edit Rocket.toml if you want to run the http server on a port other
than 80.To build the backend for production run ```cargo build --release```
### Frontend
First make sure you're in the frontend directory!To install all required dependencies run ```yarn install```
Then you can launch a dev server using ```yarn start```
To build the frontend for release use ```yarn build```