An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# riccardoventurini.dev

You're welcome on [my website](https://riccardoventurini.dev) repository!

![Capture d’écran 2024-12-18 155222](https://github.com/user-attachments/assets/22bed3f4-e04c-47d3-81bd-8abd866af6c6)

## 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).