<aside> 💡 Notion Tip: Use this page to consolidate all frequently used commands and programming tips and tricks. The goal is create a helpful page somebody can add to their favorites sidebar.

</aside>

🚚 Run locally

In the acme directory, run:

acme run --local

For a full list of options, use:

acme --help

To run the typechecker on the entire codebase:

acme typecheck

🚢 Deployment

When you deploy to staging or production, run the following on the deployment server:

acme deploy --staging 

Replace --staging with --prod if deploying production.