Localizar

Web app for localizing mobile/web apps.

Technologies:

Swift Vapor Vue.js

Contribution

Requirements

Installation

  1. Install yarn dependencies

    yarn install
    
  2. Create the PostgreSQL database

  3. In the root directory create a .env file providing values from the .env.template file.

  4. Build frontend:

    • For production:

      yarn build 
      
    • For debug:

      yarn serve --port 8000
      
  5. Build and run backend:

    swift run Run