Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"`
- java

Download 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
```