https://github.com/onder7/rescript-notepad
ReScript Notepad Uygulaması
https://github.com/onder7/rescript-notepad
electron notepad rescript
Last synced: 10 months ago
JSON representation
ReScript Notepad Uygulaması
- Host: GitHub
- URL: https://github.com/onder7/rescript-notepad
- Owner: onder7
- Created: 2024-10-26T22:08:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T22:14:02.000Z (about 1 year ago)
- Last Synced: 2025-01-31T01:52:38.005Z (12 months ago)
- Topics: electron, notepad, rescript
- Language: ReScript
- Homepage:
- Size: 53.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReScript NotePad
Basit ve kullanışlı bir not alma uygulaması. ReScript ve Electron ile geliştirilmiştir.
## Özellikler
- Not ekleme, silme ve görüntüleme
- Notları yerel olarak saklama
- Notları TXT formatında dışa aktarma
- Modern ve kullanıcı dostu arayüz
- Electron ile masaüstü uygulaması
## Teknolojiler
- ReScript
- React
- Electron
- Tailwind CSS
- Vite
## Kurulum
1. Repository'yi klonlayın:
```bash
git clone https://github.com/onder7/ReScript-Notepad.git
cd ReScript-Notepad
```
2. Bağımlılıkları yükleyin:
```bash
npm install
```
3. ReScript derleyiciyi başlatın:
```bash
npm run res:dev
```
4. Development modunda çalıştırın:
```bash
npm run dev
```
## Build
1. ReScript ve Vite build:
```bash
npm run res:build
npm run build
```
2. Electron build:
```bash
npm run electron:build
```
## Lisans
MIT
## Katkıda Bulunanlar
- [@onder7](https://github.com/onder7)