A minimal in browser note editor
Zen notes allow you to create notes directly from your browser. It is minimal and easy to use.
- Clone Repo
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
## Reach out
email – richardarthur228@gmail.com
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request