β‘ Live Website π€ based on Project Hoverboard
To contribute to the website, you don't need to clone the repository. The repository is integrated with TravisCI to make sure that the website is re-deployed whenever there is a new commit.
The following branches are deployed:
Branch | Destination | Status |
---|---|---|
master |
https://devfest-pisa19-debug.firebaseapp.com | |
release |
https://2019.devfest.gdgpisa.it |
π Full documentation.
Install Node.JS dependencies with:
npm install
Then start the development server with
npm run serve
This command serves the app at http://localhost:3000
and provides basic URL routing for the app:
π Read more in setup docs.
This command performs HTML, CSS, and JS minification on the application
dependencies, and generates a service-worker.js file with code to pre-cache the
dependencies based on the entrypoint and fragments specified in polymer.json
.
The minified files are output to the build
.
npm run build
π Read more in deploy docs.
Website based on Project Hoverboard, template brought by Oleh Zasadnyy from GDG Lviv.
Do you β€οΈ it? Show your support - please, star the project.
Project is published under the MIT license.