mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 03:51:57 -05:00
5 lines
133 B
Bash
Executable file
5 lines
133 B
Bash
Executable file
# build project documentation
|
|
sphinx-build project_writeups/ assets/projects -b html
|
|
# generate recipe ejs partials
|
|
node prestart.js
|