A modern cross-platform desktop client for SpinShare
cd UserInterface && npm install
cd UserInterface && npm run dev
dotnet run
cd UserInterface && npm run build
dotnet build --configuration Release
- Go to the translation sheet on Google Spreadsheets
- Open Export Sheet Data
- Export as JSON, place the JSON file in
/SpinShareClient/UserInterface/src/i18n/
- Run the
npm run generate-i18n
command to generate the correct translation files