Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 387 Bytes

web-performance.berlin

The official Web Performance User Group Berlin website

Proposing a talk

TODO at description about pull request or email here...

Development

# have a look at the site using `sync`
# - kicks off browsersync
$ npm run sync

# develop the site using `dev`
#
# - kicks off browsersync
# - starts postcss including watcher for main.css

$ npm run dev