This repository has been archived on 2025-08-07 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
master
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 giovani.lol.
Demo
Run Project
To run this project you will need to make sure npm and Node are installed on your computer. For more information an how to install npm and Node go here.
From the terminal:
# clone the repository using git
$ git clone https://gitea.redturtle.foo/crayonix/giovani.lol
# move into cloned repository directory
$ cd giovani.lol
# install all dependencies using npm
$ npm install
# run npm command to start project
$ npm start
Following the above will run the project in development mode and will open a browser to http://localhost:3000 to view the website.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Description
Languages
JavaScript
73.2%
CSS
18.8%
HTML
8%
