Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.32 KB

File metadata and controls

28 lines (21 loc) · 1.32 KB

🥱 Yet Another Neutralinojs Starter

Highly non-opinionated starter for building a desktop applications using Neutralinojs

Screenshot

⚡️ How to run

  1. Install BUN
  2. Install Neutralino CLI globally with bun i -g @neutralinojs/neu
  3. Clone this repository
  4. Install all dependencies with bun run install
  5. Run the app in development mode with neu run
  6. 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.