/books.alexgalhardo.com

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

Primary LanguageTypeScript

Introduction

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

Web Scrapping

Local Development Setup

  1. Clone this repository
git clone git@github.com:AlexGalhardo/books.alexgalhardo.com.git
  1. Enter repository
cd books.alexgalhardo.com/
  1. Run setup.sh
chmod +x setup.sh && ./setup.sh

Build for deploy

a. Create build

bun run build

b. Preview production build

bun run preview

c. Open production build local server (build + preview)

bun run start

Start web scrapping get books from amazon.com

bun run get:books

License

MIT

Copyright (c) January 2024-present, Alex Galhardo