Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.29 KB

README.md

File metadata and controls

62 lines (41 loc) · 2.29 KB

GDG DevFest Pisa 2020 Website 🌎

License Twitter

readme screenshot

Live Website 🤝 based on Project Hoverboard

Deploying

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-pisa20-debug.firebaseapp.com Build Status
release https://devfest.gdgpisa.it Build Status

Setup the project

📖 Full documentation.

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.

Build Locally

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.

Acknowledgment

Website based on Project Hoverboard, template brought by Oleh Zasadnyy from GDG Lviv.

Do you ❤️ it? Show your support - please, star the project.

License

Project is published under the MIT license.