This is just a little side project that I'm working on to help me learn Teochew. It's a web app with flashcards, and it's live at https://learningteochew.com!
This is written in perl, so you should have that installed. I don't know what version of perl this requires, but I currently have v5.34.0
You should also install Carton, which
is a perl module. If you don't know how to do that, some googling told me that
you can install cpanm
and then install carton using that. But it's been so
long, and I don't remember if this is what I did or not:
cpan App::cpanminus
cpanm Carton
Then install all the perl dependencies for this project using carton install
.
In order to connect to the database, you will also need to install sqlite3
.
make sandbox
sudo service start nginx
make prod