eli02's picture
update: Add frontend build script, enhance .gitignore, and update dependencies in requirements.txt
bce0331
raw
history blame contribute delete
55 Bytes
#!/bin/bash
cd frontend
npm install
npm run build
cd ..