https://github.com/italia/cloud.italia.it-site
Sorgente del sito cloud.italia.it
https://github.com/italia/cloud.italia.it-site
cloud cloud-computing government public website
Last synced: 2 months ago
JSON representation
Sorgente del sito cloud.italia.it
- Host: GitHub
- URL: https://github.com/italia/cloud.italia.it-site
- Owner: italia
- License: bsd-3-clause
- Created: 2021-02-16T08:14:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-20T14:56:31.000Z (7 months ago)
- Last Synced: 2025-11-20T16:14:34.151Z (7 months ago)
- Topics: cloud, cloud-computing, government, public, website
- Language: JavaScript
- Homepage: https://cloud.italia.it
- Size: 65.4 MB
- Stars: 12
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Website cloud.italia.it
The website is built using the [Gatsby](https://www.gatsbyjs.com/) framework.
## Requirements
- [Node.js](https://nodejs.org/it/) runtime
- [Yarn](https://yarnpkg.com/) package manager
After you have installed yarn, the following command is necessary to install dependencies:
```
yarn
```
## Development
To start development or local testing of the website, you need to execute the following command:
```
yarn develop
```
At the end of the build process, the website is available at http://localhost:8000/.
For more information about contributing and the gitflow see [contributing](CONTRIBUTING.md).
# License
Copyright © 2021 Presidenza del Consiglio dei Ministri
The source code is released under the BSD license (SPDX code: BSD-3-Clause).