Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 194 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 194 Bytes

Neumann LLC Website

Setup

./runner install

Development

./runner up

Deployment

./runner build
git add -A .
git commit -m "deploy"
git push -u origin main