BGWE / BoardgameWE

Backend of the Board Game Componion application.
MIT License
2 stars 0 forks source link

BoardgameWE

Achievement internationalization

When adding new content to "translations.json", the file should be converted to json with 'i18n-csv2json-cli' and commited/pushed.

# from "api" folder
../node_modules/i18n-csv2json-cli/bin/main.js --from locales/translations.csv --to locales/json --format

Environment variables

In production, environment variables should be set before launching the server. In other node environments, env variables which are undefined will be read from the .env file.