Skip to content

How to set up my project?

Kiet edited this page Sep 3, 2024 · 10 revisions

Use our CLI

You should be able to run setup with our CLI command.

In your project root, run:

npx onlook setup

It currently supports:

  • Next.js
  • CRA
  • Webpack
  • Remix
  • Vite

Do it manually

If not currently supported by the CLI, you can also manually set up the projects. See instructions for each framework:

Check out the demo projects


Don't see your framework?

Open a request here.

Clone this wiki locally