chore: update all information

This commit is contained in:
2025-08-07 22:31:35 -04:00
parent 4b1a4e5ff7
commit 5ddf7a6f88
12 changed files with 12068 additions and 30851 deletions

View File

@@ -1,11 +1,11 @@
## grodriguez.dev
## giovani.lol
This website was created for the purpose of learning how to use React. It contains information about myself and my experience. It is currently deployed and can be viewed at [grodriguez.dev](https://grodriguez.dev).
This website was created for the purpose of learning how to use React. It contains information about myself and my experience. It is currently deployed and can be viewed at [giovani.lol](https://giovani.lol).
## Demo
<p align="center">
<img src="https://github.com/gio101046/grodriguez.dev/blob/master/readme/demo.gif?raw=true">
<img src="https://gitea.redturtle.foo/crayonix/giovani.lol/blob/master/readme/demo.gif?raw=true">
</p>
## Run Project
@@ -16,10 +16,10 @@ From the terminal:
```bash
# clone the repository using git
$ git clone https://github.com/gio101046/grodriguez.dev.git
$ git clone https://gitea.redturtle.foo/crayonix/giovani.lol
# move into cloned repository directory
$ cd grodriguez.dev
$ cd giovani.lol
# install all dependencies using npm
$ npm install