Skip to content

nrm33n/Server-COPY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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.

Technologies

SQLite Flask Jinja TailwindCSS

I also used some AJAX to help pass data around a little more cleanly.

Run steps

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

Watch new tailwind changes

npx tailwindcss -i ./static/src/input.css -o ./static/dist/css/output.css --watch

Colour palette

Colour Hex
light-olive #f8f8f8
med-light olive #dce1d7
med-olive #c7d1b6
deep-olive #7a8967

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published