/conjugarden

Learn Spanish conjugation the easy way

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

Conjugarden

Forked from hghwng

Introduction

Learn Spanish conjugation the easy way.

Dependencies

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

Setup

Build the dictionary:

cd data && ./process.py

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

Start the server:

cd site && node app.js

The server listens on port 8080 by default.