All Projects → italia → Developers.italia.it

italia / Developers.italia.it

Licence: bsd-3-clause
The developer community designing and developing public digital services in Italy

Projects that are alternatives of or similar to Developers.italia.it

bogota
Bogotá, Colombia 🍺
Stars: ✭ 22 (-86.08%)
Mutual labels:  community, developers
rubynepal.github.io
Official website of Ruby Nepal
Stars: ✭ 21 (-86.71%)
Mutual labels:  community, developers
Decidim
The participatory democracy framework. A generator and multiple gems made with Ruby on Rails
Stars: ✭ 894 (+465.82%)
Mutual labels:  community, government
NanoSoft
A forum system built using plain php dedicated for C#.NET Developers
Stars: ✭ 20 (-87.34%)
Mutual labels:  community, developers
fornalder
Visualize long-term trends in collections of Git repositories.
Stars: ✭ 80 (-49.37%)
Mutual labels:  community, developers
Forum Java
一款用 Java(spring boot) 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java(spring boot).
Stars: ✭ 380 (+140.51%)
Mutual labels:  community, developers
Welcome
Information on joining the government community — a collaborative community for sharing best practices in furtherance of open source, open data, and open government efforts.
Stars: ✭ 143 (-9.49%)
Mutual labels:  community, government
Duckrails
Development tool to mock API endpoints quickly and easily (docker image available)
Stars: ✭ 1,690 (+969.62%)
Mutual labels:  developers
Twcommunities
整理與蒐集台灣社群活動投影片
Stars: ✭ 145 (-8.23%)
Mutual labels:  community
Uswds Site
USWDS website and documentation
Stars: ✭ 135 (-14.56%)
Mutual labels:  government
Grpc Nebula
微服务治理框架简介
Stars: ✭ 132 (-16.46%)
Mutual labels:  government
Bay area tech meetups
iOS, Android, web, hardware, bots...you name it, there's a meetup for you!
Stars: ✭ 137 (-13.29%)
Mutual labels:  community
Popforums
A forum application running on ASP.NET Core, available in six languages.
Stars: ✭ 145 (-8.23%)
Mutual labels:  community
Store
Official Function and Template Store for OpenFaaS
Stars: ✭ 136 (-13.92%)
Mutual labels:  community
Comunidades
Comunidades Vue.js ao redor do Brasil
Stars: ✭ 154 (-2.53%)
Mutual labels:  community
Gosora
Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
Stars: ✭ 131 (-17.09%)
Mutual labels:  community
Visualizingtwitchcommunities
Graphing communities on Twitch.tv in a visually intuitive way
Stars: ✭ 150 (-5.06%)
Mutual labels:  community
Uswds For Designers
USWDS visual design and UX assets
Stars: ✭ 152 (-3.8%)
Mutual labels:  government
Data.gov
Data.gov source code and issue tracker
Stars: ✭ 1,856 (+1074.68%)
Mutual labels:  government
Osd Bike Routes
Open source release of bike routes in Chicago.
Stars: ✭ 140 (-11.39%)
Mutual labels:  government

Developers Italia


We develop public services, together

Description

Developers Italia is the reference point for the community of developers creating the next generation of digital public services in Italy.

This repository contains the sources of the website. The website is developed using Jekyll and it's currently served through GitHub pages.

A CircleCI job builds the sources and commits the resulting artifacts to GitHub, in the gh-pages branch. The same job is also triggered every night to get the most updated data feeding the website.

Documentation

Development

We use Docker and docker-compose to bring up the developer environment, just clone the repo and

  1. Copy the .env.example file into .env and modify the environment variables as it suits you. .env.example holds the detailed description of each variable.

    cp .env.example .env
    
  2. Set the RUNAS variable to your user:

    echo RUNAS=$(id -u):$(id -g) >> .env
    
  3. Build the container:

    docker-compose up
    

Wait until the Docker logs explicitly say that the website is served at 0.0.0.0:4000 and navigate to http://localhost:4000 to preview the website.

Jekyll will pick up changes to the Markdown files and recompile them on the fly.

If you change the Gemfile or package.json, you'll need to rebuild the image with:

docker-compose up --build

Makefile

Both the CircleCI build and the Docker files leverage a Makefile, facilitating the execution of more complex routines. You can have a look at the Makefile to know more about the exact commands used to build the website.

Community

Code of Conduct

Please review our Code of Conduct to ensure a great collaboration with the rest of the community.

Contributing

Developers Italia exists also thanks to your contributions! Here is a list of users who already contributed to this repository:

This list is also displayed in the Developers Italia website.

Every contribution is welcome! However, before proceeding further please take a look at our contributing guidelines.

License

Copyright (c) 2018-2020 - Presidenza del Consiglio dei Ministri

The source code is released under the BSD license (SPDX code: BSD-3-Clause) and it's distributed with this license since May 30th 2018.

The previous code has been released under under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].