🍑 💖 🌟 💦 👭 💋 🍬
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.
yarn
yarn start
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).