Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dayvsonspacca/lua-notes
A desktop app to take notes : D
https://github.com/dayvsonspacca/lua-notes
Last synced: about 21 hours ago
JSON representation
A desktop app to take notes : D
- Host: GitHub
- URL: https://github.com/dayvsonspacca/lua-notes
- Owner: dayvsonspacca
- Created: 2024-03-01T20:15:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T11:53:36.000Z (6 months ago)
- Last Synced: 2024-05-10T12:55:48.813Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 918 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lua notes
## Overview
This project aims to test the Tauri framework in conjunction with Next.js to create a simple note-taking application. The combination of Tauri and Next.js provides a powerful blend of native desktop app capabilities and a modern React-based web framework.
### Prerequisites
Make sure you have [Git](https://git-scm.com/) and [pnpm](https://pnpm.io/) installed on your system.
### Development
```bash
git clone https://github.com/seu-usuario/tauri-nextjs-notes-app.gitpnpm i
pnpm tauri dev
```