Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnkhuat/ubinote
Personal archive with highlighter
https://github.com/qnkhuat/ubinote
clojure svelte
Last synced: 7 days ago
JSON representation
Personal archive with highlighter
- Host: GitHub
- URL: https://github.com/qnkhuat/ubinote
- Owner: qnkhuat
- License: mit
- Created: 2022-02-05T15:26:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T14:10:07.000Z (7 months ago)
- Last Synced: 2024-04-13T20:52:33.586Z (7 months ago)
- Topics: clojure, svelte
- Language: JavaScript
- Homepage: https://ubinote.space
- Size: 2.1 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ubinote
Have you ever read a blog post so good that you just want to take it home, save somewhere you could access later even when the author loses the domain?
And also because it's so great, you want to create higlights, takes note on it too?Ubinote will solve this for you! You could gives ubinote a link, and it'll save it for you, as long you keep ubinote, you could still access that blog post you love.
## Try it out?
Use my demo website: https://ubinote.space and sign it with account: `[email protected] / Test@123`## Install
Prerequisites:
- nodejs
- single-file-cli -- I recommend follow the install instruciton on [their page](https://github.com/gildas-lormeau/single-file-cli) or run `npm install -g "single-file-cli"`
- javaDownload the latest jar file of ubinote from our release [page](https://github.com/qnkhuat/ubinote/releases)
Then `jar -jar ubinote.jar` to starts it.
See [ENVIRONMENTS_VARIABLES](./ENVIRONMENTS_VARIABLES.md) for a list of env you can config
### Development
Backend
```
clj -M:dev
```Frontend
```
npm run dev
```