Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 496 Bytes

File metadata and controls

36 lines (23 loc) · 496 Bytes

Project for developing koa-middleware-sst-html-polyfill-external-import-map.

Development

Prerequisites

  1. Install Bun:
curl -fsSL https://bun.sh/install | bash.

Setup

  1. Install dependencies:
bun install
  1. Run "prepare":
bun run prepare

Serve

To serve any of the example apps, cd into its directory, then run bun run start.

eg, to run the "hello-world" example app

cd ./apps/hello-world
bun run start