Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.51 KB

README.md

File metadata and controls

66 lines (46 loc) · 1.51 KB

mega-manipulator (the app)

Requirements:

here

Instructions

1- install dependencies

#npm
npm install

#yarn
yarn

2- Run the App in development mode:

#npm
npm run tauri:dev

#yarn
yarn tauri:dev

note that the first run will take time as tauri download and compile dependencies.

Production

when you are happy with the results and ready to ship your useless app.

run:

#npm
npm run tauri:build

#yarn
yarn tauri:build

Special thanks to:

tauri.app
The one-stop-shop for making cross-platform desktop applications. Kinda like electron, but built on a Rust platform.

mui.com
For providing us with a PRO licence for making really cool looking tables, and an overall ab-fab UI.

<style> .cropped { width: 36px; height: 36px; overflow: hidden; } .cropped img { margin: -15px 0px 0px -15px; } </style>

jetbrains.com
For providing us with awesome IDEs, and a full licence to those, in order to develop open source software.