Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.32 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.32 KB

Trilingo

A word memorizing webapp for language learning.
Demo: https://royisy.github.io/trilingo/

Home Practice

Stack

Frontend App:

Generating Deck CSV Files (Documentation):

Development Setup

  1. Clone the repository:
git clone https://github.com/royisy/trilingo.git
  1. Start Docker.
  2. Open the project in VSCode.
  3. Reopen in container.

Commands

Run Dev Server:

npm run dev

Visit: http://localhost:5173/

Run Unit Tests

npm run test run