Turnkey policy creator UI (Next.js app in turnkey-policy-creator/).
Repository: https://github.com/samwtk/createpoly
Prerequisites: Node 18+
git clone https://github.com/samwtk/createpoly.git
cd createpoly
npm run bootstrapOpen http://localhost:3000.
cd turnkey-policy-creator
npm install
npm run devOr from repo root: npm run bootstrap (installs deps + starts dev). Or npm run install:app then npm run dev separately.
| Script | Description |
|---|---|
npm run bootstrap |
Install deps + start dev server |
npm run dev |
Start Next.js dev server |
npm run build |
Build for production |
npm run start |
Run production server |
npm run install:app |
Install app dependencies only |
Use Node 18+. An .nvmrc is provided; run nvm use (or fnm use) if you use a version manager.