Skip to content

Braillest/webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart Example

Downloading public domain books and converting Romeo and Juliet to molds:

git clone https://github.com/Braillest/webapp.git
cd webapp
./scripts/copy-env.bash
docker compose up -d
docker exec -it braillest_core_backend bash
python3 ./python/download_books.py
cp "/data/source-material/texts/Romeo and Juliet by William Shakespeare (1840).txt" /data/texts/Romeo-and-Juliet.txt
python3 ./python/generate_all_page_molds.py /data/texts/Romeo-and-Juliet.txt

About

[Legacy] A symfony boilerplate to provide a wrapper experience to python tooling.

Resources

License

Stars

Watchers

Forks

Contributors