Skip to content

codiume/astro-component-starter

Repository files navigation

Astro Component Starter

A simple starter to help you start coding your next amazing astro component.

Running locally

Using Github interface

This repo can be used to scaffold an astro package. Follow these steps to get started:

  1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
  2. Clone the project to your local environment.
  3. Have fun creating your package.

Using Terminal

Clone the project

  git clone git@github.com:codiume/astro-component-starter.git my-astro-component

Go to the project directory

  cd my-astro-component

Installation

Install dependencies

  npm install

Start development server

  npm run dev

Build your component

  npm run build