Notes App Alpha (0.1.2)
A minimalistic note-taking app in early alpha, built with Tauri and Svelte.
Features
- Create headings, paragraphs, lists and to do lists
Installation
- Clone this repository using Git by running the following command in your terminal:
git clone https://github.com/z-adeniji/notes
- Navigate to the project directory and install the dependencies using your package manager of choice:
(npm/pnpm/yarn/bun) install
- Install Tauri by running the following commands:
npm create tauri-app@latest
or(yarn/pnpm/bunx) create tauri-app
- Build the project using the following command:
yarn build
or(npm/pnpm/bun) run build
- Run the project using the following command:
(npm/pnpm/bun) run tauri dev
oryarn tauri dev
Prerequisites
Make sure you have the following installed on your system:
- Node.js (version 14 or higher)
- npm (version 6 or higher), yarn (version 1 or higher), pnpm (version 6 or higher), or Bun (version 0.1.0 or higher)
- Git (version 2 or higher)
Other libraries used
Updates
- fixed some formatting issues with lists and to do lists