Documentation
Install Astro and Run the Project
Download the project, install dependencies, and start the dev server.
Prerequisites
- Node.js 18 or newer.
- npm, pnpm, or yarn.
Download the project
- Get the Artimg project folder.
- Open a terminal in the project root.
Install dependencies
npm install
Start the dev server
npm run dev
Open http://localhost:4321 to view the site.
Build for production
npm run build
npm run preview