41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
## 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](https://giovani.lol).
|
|
|
|
## Demo
|
|
|
|
<p align="center">
|
|
<img src="https://gitea.redturtle.foo/crayonix/giovani.lol/blob/master/readme/demo.gif?raw=true">
|
|
</p>
|
|
|
|
## 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](https://nodejs.org/en/download/).
|
|
|
|
From the terminal:
|
|
|
|
```bash
|
|
# 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](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.
|
|
|
|
## Credits
|
|
<a href="https://iconscout.com/icons/javascript" target="_blank">Javascript Flat Logo Icon</a> by <a href="https://iconscout.com/contributors/jagathish" target="_blank">Jagathish Saravanan</a>
|
|
|
|
## License
|
|
[MIT](https://choosealicense.com/licenses/mit/)
|