@db-ux/astro

Default Pipeline GitHub Repo stars GitHub License

This is a monorepo containing various packages relating to 🚀 Astro. Astro is a web framework optimized for building fast, content-driven websites. It is an excellent match with the core @db-ux packages since its framework-agnostic and makes it very easy to build static or hybrid websites.

The monorepo contains the following packages:

Contribution

Before contributing, please make sure to familiarize yourself with our code of conduct.

Setup

Start by checking out this repository:

git clone git@github.com:db-ux-design-system/astro.git
cd astro

Next, wee recommend using nvm to ensure you’re using the proper node version:

nvm install
nvm use

Now you can proceed with installing dependencies and initializing the repository:

pnpm -r i
pnpm prepare

Now you may start developing, e.g. by running:

pnpm dev:astro

Useful Commands