Learn Spanish conjugation the easy way.
- Python 3: build the dictionary
- Node.js: main application
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!