⚡ 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.
Install Node.JS dependencies with:
npm install
Then start the development server with
npm run start
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. To see the original README.md file just click here.
Do you ❤️ it? Show your support - please, star the project.
Project is published under the MIT license.