Gamified translation system
- libreoffice
- unoserver
- translate-toolkit (odf2xliff and xliff2odf)
- redis
- postgresql
Install packages:
npm i
Initialize PostgreSQL (also create .env.local according to .env):
psql -U katido -d katido --file ./prisma/schema.sql
Generate Prisma client:
npm run prisma:generate
Run unoserver:
python3 -m unoserver.server
Run the development server:
npm run dev
Open https://localhost:3000 with your browser to see the result.