Skip to content

keobox/pythonmilano.github.io

 
 

Repository files navigation

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

About

The site for the Python Milano Group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 50.5%
  • JavaScript 41.2%
  • SCSS 4.3%
  • CSS 4.0%