Create a new project

$ mkdir project-name
$ cd project-name/
$ astro dev init

Start dev environment

$ astro dev start

Stop dev environment

$ astro dev stop

Remove dev environment

$ astro dev kill

List of containers running locally

$ astro dev ps

Run commands inside locally runnig webserver

$ astro dev run