Web app for localizing mobile/web apps.
-
Install yarn dependencies
yarn install
-
Create the PostgreSQL database
-
In the root directory create a
.env
file providing values from the.env.template
file. -
Build frontend:
-
For production:
yarn build
-
For debug:
yarn serve --port 8000
-
-
Build and run backend:
swift run Run