Skip to content

Commit

Permalink
chore: update readme and others changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Aug 27, 2024
1 parent 3e32cb1 commit cd258bd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22.1.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Franco Andrés Sánchez
Copyright (c) 2024 Franco Andrés Sánchez

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

XBuniverse es un sitio web dedicado a los amantes de la lectura y la literatura. Es un espacio diseñado para compartir y descubrir libros de diversas temáticas.


* **Explora una amplia selección de libros:** Accede a una extensa biblioteca de títulos que abarcan géneros literarios como ficción, no ficción, ciencia ficción, misterio, romance y muchos más.

* **Explora Temáticas Específicas:** ¿Te apasiona la ciencia ficción? ¿O prefieres los thrillers? Filtra tus búsquedas por género, autor o año para encontrar exactamente lo que deseas.
Expand All @@ -26,6 +25,10 @@ XBuniverse es un sitio web dedicado a los amantes de la lectura y la literatura.

¡Únete a XBuniverse y sumérgete en el fascinante mundo de la lectura! Explora y comparte.

---

![XBuniverse sreenshot](public/screenshot.jpg)

## Contribuir

1. Clonar el repositorio:
Expand All @@ -35,16 +38,23 @@ git clone https://github.com/Franqsanz/xbu.git
```

2. Acceder a la carpeta:

```sh
cd xbu
```

3. Instalar las dependencias y ejecutar el proyecto:

```sh
npm install

npm run dev
# O
pnpm install

pnpm run dev
```

## License
[MIT © 2023](./LICENSE) Franco Sánchez

[MIT © 2024](./LICENSE) Franco Andrés Sánchez
Binary file added public/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd258bd

Please sign in to comment.