Skip to content

hugoib/limmersio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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