Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 541 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 541 Bytes

Next.js Web Component Consumer App

This is an App that consumes some web components.

Prerequisites

node

It's recommended to use nvm to install your node version.

Then run

nvm use

pnpm

You will need to have pnpm installed. Using npm or yarn is not supported.

npm install -g pnpm

Develop

To run all apps, run the following command:

pnpm dev

Build

To build all apps and packages, run the following command:

pnpm build