Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-cetus/notes
https://github.com/dev-cetus/notes
app notes nuxt pwa tailwind tailwindcss vite vue
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-cetus/notes
- Owner: dev-cetus
- Created: 2024-06-07T19:48:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T09:21:40.000Z (3 months ago)
- Last Synced: 2024-08-23T10:35:06.873Z (3 months ago)
- Topics: app, notes, nuxt, pwa, tailwind, tailwindcss, vite, vue
- Language: Vue
- Homepage: https://dev-cetus.github.io/notes/
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes app
An easy-to-use note-taking application.
Entirely offline application, all notes are stored locally. Speech recognition uses the Web Speech API in the browser (on some browsers, the Web Speech API needs a server and does not work offline).
## Deploiment
I'm using docker to deploy the application.
Just run this command :
```
sudo docker run -p 3000:3000 -d ghcr.io/dev-cetus/notes:latest
```