Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.2 KB

Mr Peen's dress up game

🍑 💖 🌟 💦 👭 💋 🍬

This is a dress-up game we made with lots of luv to promote safe kawaii kinky sex everywhere!

If you want to add a new skintone or toy or whatever floats your boat, don't be shy and open a PR (─‿‿─)

This project has been bootstrapped with create-react-app.

You need to have Yarn installed to run it, but if you really do not want to install it then you should be fine with npm as well. Please note that in the master branch there are just compiled files for reasons mentioned below, so if you want to run in dev mode you will have to checkout the dev branch.

Run

yarn
yarn start

Deploy

This part is still annoying since this is an organisation page on github. This means I usually:

  • run yarn build on this dev branch;
  • copy the content of the newly created build directory;
  • switch to the master branch;
  • paste in the root directory.

Unfortunately the master needs to host the compiled code because for organisation page github does not allow to choose a branch (it is always master).