Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 590 Bytes

README.md

File metadata and controls

45 lines (35 loc) · 590 Bytes

Limmersio

Table of contents

General info

Replacement of words for language learning.

Technologies

Project is created with:

Setup

To run this project:

Engine - Terminal mode

$ cd backend
$ make setup-env
$ make run-model

Backend

$ cd backend
$ make setup-env
$ make run-backend

Frontend

$ cd frontend
$ make setup-env
$ make run-frontend