Skip to content

Commit 331b6d4

Browse files
authored
Create README.md
1 parent 51bfb40 commit 331b6d4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)