rhianvanesch / astro-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's learn Astro! - a workshop

πŸš€ Get started

Pre-requisites

Instructions

In the root of the project, from a terminal:

  1. Install local dependencies with npm install
  2. Start a local development server with npm start or npm run dev

In your browser, open http://localhost:3000

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm start or npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/

πŸ‘€ Resources

About


Languages

Language:CSS 35.8%Language:JavaScript 35.1%Language:Astro 29.1%