You're welcome on my website repository!
To run this project locally, you'll need Node.js installed on your machine. If you haven't already, you can download Node.js from here by running the following command:
Once you have Node.js installed, you can clone this repository and navigate into the project directory:
git clone https://github.com/ctrlVnt/riccardoventurini.dev.git
cd riccardoventurini.dev
Then, install the project dependencies using npm:
npm i
To serve the project locally, run the following command:
npm run dev
This will start a development server. You can view the website by navigating to http://localhost:4200
in your web browser.
To edit the texts you need to go to the text folder and edit the json files.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License.