Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexgalhardo/books.alexgalhardo.com

A simple catalog of books I have read, I'm reading and recommend to other people.
https://github.com/alexgalhardo/books.alexgalhardo.com

reactjs single-page-app spa vite vitejs

Last synced: 28 days ago
JSON representation

A simple catalog of books I have read, I'm reading and recommend to other people.

Awesome Lists containing this project

README

        


books.alexgalhardo.com


## Introduction

- A simple catalog of books to learn more about technology and software engineering.

## Web Scrapping

- Source Code:

## Local Development Setup

1. Clone this repository
```bash
git clone [email protected]:AlexGalhardo/books.alexgalhardo.com.git
```

2. Enter repository
```bash
cd books.alexgalhardo.com/
```

3. Run setup.sh
```bash
chmod +x setup.sh && ./setup.sh
```

## Build for deploy
a. Create build
```bash
bun run build
```

b. Preview production build
```bash
bun run preview
```

c. Open production build local server (build + preview)
```bash
bun run start
```

## Start web scrapping get books from amazon.com
```bash
bun run get:books
```

## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) January 2024-present, [Alex Galhardo](https://github.com/AlexGalhardo)