This is a slightly altered (and as of May 2023 outdated) copy of the source code for my Bastaki site. I built it as a resource to aid research and preservation for Bastaki, my community's endangered dialect of the Ajami language.
Im not publishing the entire original source code b/c it includes some sensitive data. Also removed the database & info pages here because this is an ongoing, continuously updated project, don't want to leave incorrect or outdated information lying around but they're still publically available on the site.
I also used some AJAX to help pass data around a little more cleanly.
set FLASK_APP=app
set FLASK_ENV=development
Note: if not using Windows, change 'set' to 'export'
python3 -m flask run
With a python virtual environment:
virtual\Scripts\python app.py
npx tailwindcss -i ./static/src/input.css -o ./static/dist/css/output.css --watch
Colour | Hex |
---|---|
light-olive | #f8f8f8 |
med-light olive | #dce1d7 |
med-olive | #c7d1b6 |
deep-olive | #7a8967 |