Website for Digital Art and Animation at MIT (DAAMIT)
- Clone the repository
- Run
pip install -r requirements.txt - Create a
remote-info.txtfile- Put the host URL on line 1
- (optional) put username for this URL on line 2
- Edit
index.html,style.css, orscript.jsinsrc - Host
srcfrom a server or opensrc/index.htmlin a browser
- Update
gallery.csv - Run
python deploy.py -package - Open the generated
dist/index.htmlin a browser, or hostdiston a local server to see the updated gallery
- (Recommended) run
python deploy.py- This will repackage the site into
distand deploy the result
- This will repackage the site into
- To just deploy, run
python deploy.py -deploy- This will deploy the current
distfolder
- This will deploy the current