Set up your project with the required packages. The CLI will scaffold everything you need to get started.
$ npm create astro@latest my-project $ cd my-project $ npm install $ npm run dev