You're welcome on my website repository!
To run this project locally, you'll need Node.js and Angular CLI installed on your machine. If you haven't already, you can download Node.js from here and Angular CLI by running the following command:
Once you have Node.js and Angular CLI 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 install
npm install -g @angular/cli
To serve the project locally, run the following command:
npm run start
or
ng serve
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.