Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 644 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 644 Bytes

Conjugarden

Introduction

Learn Spanish conjugation the easy way.

Dependencies

  • Python 3: build the dictionary
  • Node.js: main application

Screenshots

Exercise

Query

Build

Build the conjugation dictionary first:

cd data && ./process.py

The build script writes the processed dictionary into site/data.json

Then start the server:

cd site && node app.js

The server listens to port 8080 by default. Open http://localhost:8080 to use.

Enjoy!