Skip to content

Getting Started

Scaffolding Your First Novely Project

With NPM:

bash
npm create novely@latest

With Yarn:

bash
yarn create novely

With PNPM:

bash
pnpm create novely

Then follow the prompts!

Project Root

Novely's templates uses Vite, you can get all related information on Vite's website.

Alternatives

Standalone Package

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. You can read more about standalone package here

Released under the ISC License.