Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T11:45:17.000Z (5 months ago)
- Last Synced: 2024-06-16T22:34:28.210Z (5 months ago)
- Topics: cloud, cloud-computing, government, public, website
- Language: JavaScript
- Homepage: https://cloud.italia.it
- Size: 60.8 MB
- Stars: 10
- Watchers: 8
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- .github - cloud.italia.it
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 managerAfter 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).