Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

sidestream-tech/sidebase-libs

 
 

Repository files navigation

ARCHIVED:

Sidebase Libraries

This is the repository containing the packages that power sidebase.

Open packages/ to see the packages.

Usage

We use lerna to manage our packages. To get started:

> npm i

# Initial bootstrap, install all sub-deps, see https://github.com/lerna/lerna/tree/main/commands/bootstrap
> npm run bootstrap

# Tests of all sub-packages
> npm run test

# Builds all sub-packages
> npm run build

# Publishes all _changed_ sub-packages
> npm run publish

About

Libraries for sidebase, the confident nuxt 3 starter template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.8%
  • JavaScript 9.2%