Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 901 Bytes

File metadata and controls

46 lines (29 loc) · 901 Bytes

milano.python.it (fu pythonmilano.xyz)

Il nostro sito!

raggiungibile da qui -> milano.python.it

Come contribuire

Il sito è sviluppato con node, è possibile contribuire usando docker.

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

Pull Requests Are Welcome! :-)

Sviluppo

npm i
npm run dev

Attiva un live server che lancia index.html.

L'indirizzo è http://localhost:8080

Build

npm i
npm run build

Usando docker o podman

podman build -t pythonmilano .
podman run --name pythonmilano --rm -p 8080:8080 pythonmilano

Credits