Install Dependencies

Set up your project with the required packages. The CLI will scaffold everything you need to get started.

Terminal
$ npm create astro@latest my-project
$ cd my-project
$ npm install
$ npm run dev