# The server app name (chartsninja, tablesninja, etc.) - Should be one word, ended with `ninja`
REACT_APP_NINJA_SERVICE_NAME= somethingninja
# Plugin type (chart, feed, table, etc.) - Should be one / two words, snake_case
REACT_APP_NINJA_PLUGIN_TYPE= plugin_type
# Plugin path (comparison-tables, bracket, etc.) - Should be one / two words, kebab-case
REACT_APP_NINJA_PLUGIN_PATH= plugin-name
# Plugin title (will appear at the top of the editor)
REACT_APP_NINJA_PLUGIN_TITLE= App Name
See full documentation on how to build an app in our official documentation:
https://docs.commoninja.com.