📓 A cross-platform WYSIWYG note taking app.
| .vscode | ||
| assets | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| components.json | ||
| index.html | ||
| package.json | ||
| plate-components.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
What is Nota?
Nota is an note taking application build with Tauri and React. It aims to provide an open-source, cross-platform platform for the modern era.
Warning
Nota is currently in alpha stages of development, breaking changes, bugs and missing features are to be expected.
Tech stack
- Framework: Tauri
- UI: shadcn/ui
- Styling: TailwindCSS
Running locally
Run the following commands to clone the repository, download the app's packages, and start the server.
git clone https://github.com/tygerxqt/nota -b canary
cd nota
pnpm install # you can also use yarn install or npm install
# Start a development server
pnpm tauri dev
# Build the app.
pnpm tauri build
Contact
If you need to contact me, please send inquires via email: hi@tygr.dev.
All spam and advertising will be filtered out and discarded. Serious messages only please.
