Installation
First, install the dependencies:
npm install
Then start the development server:
npm run dev
Your site will be available at http://localhost:4321.
Building for Production
To create a production build:
npm run build
The static files will be generated in the dist/ directory.