https://github.com/kublahanov/tops-and-roots-client
An application for maintaining a list of books that you have read, systematization and accounting of links between authors, genres, and more.
https://github.com/kublahanov/tops-and-roots-client
tops-and-roots
Last synced: 2 months ago
JSON representation
An application for maintaining a list of books that you have read, systematization and accounting of links between authors, genres, and more.
- Host: GitHub
- URL: https://github.com/kublahanov/tops-and-roots-client
- Owner: kublahanov
- Created: 2024-03-29T20:42:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T18:43:11.000Z (5 months ago)
- Last Synced: 2025-01-24T17:44:40.561Z (4 months ago)
- Topics: tops-and-roots
- Language: Vue
- Homepage: https://kublahanov.github.io/tops-and-roots-client/
- Size: 2.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tops and Roots
## About the Project
An application for maintaining a list of books (but not just this) that you have read, systematization and accounting of
links between authors, genres, and more.## Getting Started
These instructions will help you clone and run the project on your local machine for development and testing purposes.
### Prerequisites
- [git] (https://git-scm.com/)
- [nodejs] (https://nodejs.org/en/download/package-manager)### Installation
1. Install the dependencies:
```bash
npm install
# or
yarn
```2. Start the app in development mode (hot-code reloading, error reporting, etc.):
```bash
quasar dev
```3. Build the app for production:
```bash
quasar build
```### Contributing
If you have suggestions for improving this project or want to report a bug, please open an
[issue](https://github.com/kublahanov/tops-and-roots/issues) or create a
[pull request](https://github.com/kublahanov/tops-and-roots/pulls).### License
This project is licensed under the [MIT license](https://opensource.org/licenses/MIT).