create-lunagraph-app
v0.1.0
Published
Create a new Lunagraph project
Maintainers
Readme
create-lunagraph-app
Create a new Lunagraph project with one command.
Usage
npx create-lunagraph-app my-projectThis will:
- Clone the lunagraph-starter template
- Install dependencies
- Set up your project
Requirements
- Node.js 18+
- pnpm
LUNAGRAPH_TOKENenvironment variable (for private packages)
After Setup
cd my-project
pnpm scan
pnpm dev:allThen open http://localhost:3000/editor
