- Clone the repository
git clone https://github.com/bozzhik/astro_template.git
- Go to the project folder
cd astro_template
- Install dependencies
npm i
- Start the development server
npm run dev
*4. Or run the git command chain
git clone https://github.com/bozzhik/astro_template.git && cd astro_template && npm i && code .