deck.zone
deck.zone copied to clipboard
A board game creation tool.
deck.zone
Setup
- clone repo
npm inpm start
Adding a New Plugin
- Create the
.nefile indecklang/plugins - Include the
.nefile indecklang/_directives - Add the new directive to the
Directives ->line indecklang/_directives - Add a definition file in
src/decklang/plugins/ - Add the export for the definition file in
src/decklang/plugins/_plugins.js