Getting Started
Scaffolding Your First Novely Project
bash
npm create novely@latest
bash
pnpm create novely
bash
bun create novely
bash
yarn create novely
Then follow the prompts! Novely's templates uses Vite, you can get all related information on how to work with it on Vite's website.
Download from GitHub
You can download source code from GitHub. All the templates are located at packages/create-novely folder.