Skip to content

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.

Alternatives

Standalone Package

WARNING

Standalone is deprecated and will be removed.

You might not want to use bundler. Here you go! We have a @novely/standalone package. Basically, you just need to add it to your project using CDN or placing script alongside your index.html.

Download from GitHub

You can download source code from GitHub. All the templates are located at packages/create-novely folder.

Released under the ISC License.