Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sacreddoggo/pixel-art-maker
Desktop app, Pixel Art Maker made with Tauri v2 and NextJS v15
https://github.com/sacreddoggo/pixel-art-maker
nextjs15 pixel-art pixel-art-maker sqlite tauri2
Last synced: 5 days ago
JSON representation
Desktop app, Pixel Art Maker made with Tauri v2 and NextJS v15
- Host: GitHub
- URL: https://github.com/sacreddoggo/pixel-art-maker
- Owner: SacredDoggo
- Created: 2025-02-07T19:47:55.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-02-12T07:59:02.000Z (9 days ago)
- Last Synced: 2025-02-12T08:51:56.390Z (9 days ago)
- Topics: nextjs15, pixel-art, pixel-art-maker, sqlite, tauri2
- Language: TypeScript
- Homepage:
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a NextJS project bundled with Tauri
Tauri is a framework for building tiny, fast binaries for all major desktop and mobile platforms. Developers can integrate any frontend framework that compiles to HTML, JavaScript, and CSS for building their user experience while leveraging languages such as Rust, Swift, and Kotlin for backend logic when needed.
know more: [https://v2.tauri.app/](https://v2.tauri.app/)
## Getting StartedFirst install the necessary packages
```
npm install
```
Then make sure you have Rust installed on yur device
[https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install)Now you can run the app using the following command:
```
npm run tauri dev
```
Before building, change the default package name ``` com.tauri.dev ``` to your choice in ``` tauri.conf.json ```Build using
```
npm run tauri build
```