Skip to content

SpinShare/client-next

Repository files navigation

SpinShare - Client3

A modern cross-platform desktop client for SpinShare

Overview

Setup

Installing all dependencies

cd UserInterface && npm install

Running a dev server

cd UserInterface && npm run dev

Starting the client

dotnet run

Building

Building the UI

cd UserInterface && npm run build

Building the application

dotnet build --configuration Release

Update translations

  • 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