https://github.com/ctrlvnt/riccardoventurini.dev
My website Code Source
https://github.com/ctrlvnt/riccardoventurini.dev
angular portfolio website
Last synced: 4 months ago
JSON representation
My website Code Source
- Host: GitHub
- URL: https://github.com/ctrlvnt/riccardoventurini.dev
- Owner: ctrlVnt
- Created: 2022-12-06T08:34:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T21:35:55.000Z (5 months ago)
- Last Synced: 2026-01-29T12:19:16.365Z (5 months ago)
- Topics: angular, portfolio, website
- Language: TypeScript
- Homepage: https://riccardoventurini.dev/
- Size: 95.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# riccardoventurini.dev
You're welcome on [my website](https://riccardoventurini.dev) repository!

## Installation
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](https://nodejs.org/) 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
```
## Usage
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.
## Some indications
To edit the texts you need to go to the [text](https://github.com/ctrlVnt/riccardoventurini.dev/tree/main/src/assets/text) folder and edit the json files.
## Contributing
Contributions are welcome! If you'd like to contribute to this project, please fork the repository, make your changes, and submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).