This is a website that allows users to crop images and automatically compile them into a resource pack, without any server-side processing - it uses tools that all work in the browser, and base64 image encoding.
Currently online at https://www.mcpaintings.com/.
MC Paintings is run with yarn.
yarn devRun MC Paintings in development mode with the local development server.
yarn buildBuild MC Paintings. Shouldn't be needed.
yarn startServe the compiled website in the build folder.
yarn release(Owner only) Bump the version of the website, tag it and push it.
This website is developed on the branch develop. master only accepts pull requests from develop. Any changes
should be made as commits to develop (or, if you're an external contributor, as a PR to develop).
TODO: setup AWS to automatically build and deploy pushed to master.
There's a pretty simple structure:
App.js.Contributions are welcomed. Please make a PR into the develop branch.
This code is licensed under the GPL-2.0 license.