A website to practice your or other people's pronouns in specific examples
This is a product of another website I think I remember, but can't find anymore and so wrote my own version :D
This page is currently not hosted (hopefully changing)
Binary dependencies: npm, python3 (pip)
- Clone the repository
- Install the package dependencies for the webpage building using
npm install
- Install the package dependencies for the server using
python3 -m pip install -r requirements.txt
- Run using
python3 -m gunicorn -w 4 app:app
First off, thanks for considering helping and sorry for the absolutely spaghetti code.
The structure for adding new sets and sentences is an issue, following a template in there.
Any criticism, features or improvements are welcome, just add a pull request <3