docs: add nine as contributor and update package.json with correct version

This commit is contained in:
GivFNZ 2025-03-22 17:56:25 -03:00
parent aa9873657d
commit f44e78e10b
No known key found for this signature in database
GPG Key ID: 63DD92181B575322
2 changed files with 4 additions and 3 deletions

View File

@ -9,8 +9,8 @@ Hey, this is my website! You will be able to know what I'm good on and how to co
- Vite
## How to access?
If you want to check the deploy, visit the project repo on [Gitea](https://git.pontusmail.org/GivFNZ/my-website).
The access link will be availble on link section.
- Thanks to NineTailed, the deploy is available [here](https://givfnz.com)
- If you want to check the source code, visit the project repo on [Gitea](https://git.pontusmail.org/GivFNZ/my-website).
## Contributions
Any contribution is welcome. If you want to test the website in your own machine to help on this, make sure you have node.js installed, then clone the project repo and do the command:
@ -22,5 +22,6 @@ Then it will be available at localhost://5173.
## Special Thanks
- [Aidan](https://github.com/ihatenodejs)
- [lucmsilva](https://github.com/lucmsilva651/)
- [NineTailedFox]
Enjoy!

View File

@ -1,7 +1,7 @@
{
"name": "givs-website-react",
"private": true,
"version": "1.2.1",
"version": "1.2.3",
"type": "module",
"scripts": {
"dev": "vite",