🥱 Yet Another Neutralinojs Starter
Highly non-opinionated starter for building a desktop applications using Neutralinojs
⚡️ How to run
- Install BUN
- Install Neutralino CLI globally with
bun i -g @neutralinojs/neu
- Clone this repository
- Install all dependencies with
bun run install
- Run the app in development mode with
neu run
- Build the app for production with
neu build
🛸 Contributing
If you wan't to contribute to this project, please do it on the
NEXT
branch.