mirror of
https://github.com/khodges42/nightShift.git
synced 2026-06-14 18:18:36 +00:00
| .. | ||
| .nightshift | ||
| src/imageboard | ||
| tests | ||
| nightshift.yaml | ||
| README.md | ||
NightShift Imageboard Target
This project was created with:
nightshift init --template tutorial-imageboard
NightShift control files live in .nightshift/. Target application code should live under src/, tests under tests/, templates under templates/, and uploaded/generated static files under static/.
Install target dependencies:
python -m pip install flask pillow pytest
Validate the project:
nightshift validate
Run the first task:
nightshift run --task TASK-001