Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 546 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 546 Bytes

ESBuild Server

A fast dev-server and storybook built with esbuild.

CI

Installation

Install or update rush and its dependencies:

npm install -g @microsoft/rush pnpm

Update and build

To install dependencies:

rush update
rush build

Deploy

TODO(burdon): rush command to publish all packages?