Level9🛠Useful Commands💡Frequently used commands. This is a helpful page to add to your Favorites.
🚚 Run LocallyIn the acme directory, run: acme run --localFor a full list of options, use:acme --helpTo run the typechecker on the entire codebase:acme typecheck
🚢 DeploymentWhen you deploy to staging or production, run the following on the deployment server:acme deploy --staging Replace --staging with --prod if deploying production. Â