KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
io.italia.it
★ 29
Open GitHub ↗
Landing page for io.italia.it
Download README (.md)
Explore Similar Repositories
AudioVideoExample
:
No description available.
AutoEye
:
An Anticheat for Minecraft.
bf_compiler
:
bf_compiler compiles brainfuck code to LLVM IR, and potentially runs it with McJIT.
UE4_T-Spectrum
:
UE4 Tutorial How to make a frequency spectrum visualizer
GoogleAppsScript
:
Not-So-Random Scripts For Automation Tasks in Google Apps
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
io.italia.it
?
Download (.md)
# io.italia.it [](https://circleci.com/gh/pagopa/io.italia.it) A website for the IO project. Getting started The repo contains a [Jekyll](https://jekyllrb.com/)-based website, validated and deployed with [CircleCI](https://circleci.com/gh/teamdigitale/io.italia.it). The website relies on the [Bootstrap Italia](https://italia.github.io/bootstrap-italia/) design library for basic styling and functionality. If you already have `bundler` installed, you can install jekyll and budler gems with: `bundle install` You can build the site and make it available on a local server with: `bundle exec jekyll serve --config _config.yml,_config_dev.yml` You can refer to the [official Jekyll docs](https://jekyllrb.com/docs/) for further details on how to install it locally. <!-- markdownlint-disable-next-line --> ### Notes You can run the server just with `bundle exec jekyll serve`: the webiste will be available on <http://localhost:4000/design-jeyll-theme>. This is the default settings to allow usage with GitHub pages. The aforementioned addition of `_config_dev.yml` is needed to run the server on <http://localhost:4000> without any subpath.