-
Notifications
You must be signed in to change notification settings - Fork 234
FAQ
Kiet edited this page Oct 10, 2024
·
3 revisions
You can add a new IDE by custom configuration here. See command usage here.
Otherwise, open an issue with us!
Yes, you can run Onlook from source by following the instructions here.
If you'd like a production-level build instead of running from the command line, you can run
npm run build
and npm run package
in the app
folder. Afterwhich you'll have a build you can use in app/release/some-version-number
.
You can then use the .DMG file generated from that step to install Onlook to your machine.