1

Clone the Repository

Get a copy of the template from GitHub:

git clone https://github.com/dpawelec84/sofondo-mostra.git my-project
cd my-project
2

Install Dependencies

Install the required packages:

npm install
3

Configure Your Site

Edit src/config/site.ts to customize your site's name, navigation, and features.

4

Start Development

Run the development server:

npm run dev

Open http://localhost:4321 in your browser.

5

Build for Production

When you're ready to deploy:

npm run build

The built files will be in the dist/ directory.