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 - Vite
## How to access? ## How to access?
If you want to check the deploy, visit the project repo on [Gitea](https://git.pontusmail.org/GivFNZ/my-website). - Thanks to NineTailed, the deploy is available [here](https://givfnz.com)
The access link will be availble on link section. - If you want to check the source code, visit the project repo on [Gitea](https://git.pontusmail.org/GivFNZ/my-website).
## Contributions ## 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: 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 ## Special Thanks
- [Aidan](https://github.com/ihatenodejs) - [Aidan](https://github.com/ihatenodejs)
- [lucmsilva](https://github.com/lucmsilva651/) - [lucmsilva](https://github.com/lucmsilva651/)
- [NineTailedFox]
Enjoy! Enjoy!

View File

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