Skip to content

MikaelJohnAndersson/svogg-components

Repository files navigation

svogg-components

Monorepo for svogg-components. Includes core package and docs.

Development

Run the following commands in root folder:

# install all dependencies
pnpm install

# start dev environment
turbo dev

turbo dev spins up a dev server for the docs (default port 5174) and runs core package in watch mode along with the component playground (default port 5173).

⚠️ NOTE

This project is in a very early stage and in it's current form very experimental. It should NOT be used in any production environment.

However, feel free to try it out. Feedback and suggestions are highly appreciated!