Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexgalhardo/books.alexgalhardo.com
- Owner: AlexGalhardo
- Created: 2024-01-06T13:16:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-15T14:14:00.000Z (8 months ago)
- Last Synced: 2025-01-03T05:33:12.755Z (about 1 month ago)
- Topics: reactjs, single-page-app, spa, vite, vitejs
- Language: TypeScript
- Homepage: https://books.alexgalhardo.com
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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)