railwaymen / Localizar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About


Languages

Language:Swift 53.0%Language:Vue 32.5%Language:JavaScript 11.0%Language:Dockerfile 2.4%Language:HTML 0.9%Language:CMake 0.2%