Software for creating card game prototypes, made for Mac, Windows, and Linux. Powered by Electron and Vue.
This project is a GUI for sffc/card-creatr. For more information, including downloads and tutorials, see cardcreatr.sffc.xyz.
To run the Electron app, download the repository, and run in the Terminal:
# Start from the cc-studio-vuex root directory
$ (cd app && npm install)
$ npm install
$ npm run electron
Please feel free to submit changes to improve this software for you and for the whole game design community! Please follow all coding conventions and make sure your code passes the linter. You can open a Pull Request and I will promptly review it.
This project is licened under the GNU General Public License version 3 (GPLv3).