Skip to content

Commit 17bee84

Browse files
authored
Merge pull request #57 from keobox/migration-sass
Migration from node-sass to javascript sass to simplify build and execution.
2 parents 4c2c131 + b5c127c commit 17bee84

File tree

4 files changed

+953
-6309
lines changed

4 files changed

+953
-6309
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ raggiungibile da qui -> [milano.python.it](http://milano.python.it/)
66

77
## Come contribuire
88

9-
Il sito è sviluppato con `node`, per contribuire è necessario averlo installato, almeno la versione `6` (funziona anche con `yarn`)
9+
Il sito è sviluppato con `node`, è possibile contribuire usando docker.
1010

1111
per ora utilizziamo solo `scss`, in futuro si vedrà :)
1212

@@ -30,6 +30,12 @@ npm i
3030
npm run build
3131
```
3232

33+
# Usando docker o podman
34+
35+
```
36+
podman build -t pythonmilano .
37+
podman run --name pythonmilano --rm -p 8080:8080 pythonmilano
38+
```
3339

3440
## Credits
3541

0 commit comments

Comments
 (0)