Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
/ simple-launchpad Public archive

Launchpad bundle to minimize your work (backend, frontend and smart contract)

Notifications You must be signed in to change notification settings

norld/simple-launchpad

Repository files navigation

Launchpad Monorepo starter with pnpm

This is an official simple launchpad.

Setup

This repository is used in the npm i pnpm --location=global command, and selected when choosing which package manager you wish to use with your monorepo (pnpm).

Build

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

cd simple-launchpad
pnpm i

Develop

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

cd simple-launchpad
pnpm run dev

HAPPY CODE