Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jreyesr/book_of_ideas

The Book Of Ideas allows you to store interesting information that you might need In The Future (TM), but that you will have forgotten when the time comes. Also doubles as a reading list.
https://github.com/jreyesr/book_of_ideas

quasar-framework vue

Last synced: about 1 month ago
JSON representation

The Book Of Ideas allows you to store interesting information that you might need In The Future (TM), but that you will have forgotten when the time comes. Also doubles as a reading list.

Awesome Lists containing this project

README

        

# Book Of Ideas (book_of_ideas)

[![Build and Deploy](https://github.com/jreyesr/book_of_ideas/actions/workflows/deploy.yml/badge.svg)](https://github.com/jreyesr/book_of_ideas/actions/workflows/deploy.yml)

[Visit the app!](https://jreyesr.github.io/book_of_ideas)

A little app to keep track of interesting ideas (web pages/services, libraries, frameworks, whatever) that you come across in your Internet travels.

Works on your own device (no data is ever transferred to any server).

## Development

### Install the dependencies
```bash
yarn
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
yarn dev
```

### Lint the files
```bash
yarn lint
```

### Build the app for production
```bash
yarn build
```

### Customize the configuration
See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).