We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bfb40 commit 331b6d4Copy full SHA for 331b6d4
README.md
@@ -0,0 +1,28 @@
1
+# ilclassico.it
2
+
3
+Questo repository contiene il codice sorgente per il sito ufficiale dell'Associazione *Il*Classico Musica e Arte APS.
4
5
+## Sviluppo
6
7
+### Prerequisiti
8
9
+Assicurati di avere installato:
10
11
+- [Ruby](https://www.ruby-lang.org/)
12
+- [Bundler](https://bundler.io/)
13
+- [Jekyll](https://jekyllrb.com/) ≥ 3.10
14
15
+Poi esegui i seguenti comandi:
16
17
+```bash
18
+# Clona il repository
19
+git clone https://github.com/borsattoz/ilclassico.it.git
20
+cd ilclassico.it
21
22
+# Installa le dipendenze Ruby
23
+bundle install
24
25
+# Avvia il server Jekyll
26
+bundle exec jekyll serve
27
28
+# Il sito sarà accessibile su http://localhost:4000
0 commit comments