Git Product home page Git Product logo

devfest-site's Introduction

preview-web

Project Hoverboard 2

Template is brought by GDG Lviv team.

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

Live demo

Setup

📖 Full documentation.

Docker based development env

If you don't want to bother with the dependencies, you can develop in the docker container.

Build the docker image :

docker build -t hoverboard .

and execute the commands associated to the docker env in the following documentation

📖 Read more in docker docs.

👉 Fork this repository and clone it locally.

Install dependencies
npm install

Or you can install with Docker container:

docker run -v "$PWD":/app hoverboard npm install 
Start the development server

This command serves the app at http://localhost:3000 and provides basic URL routing for the app:

npm run serve

Or you can serve Docker container:

docker run -v "$PWD":/app hoverboard

📖 Read more in setup docs.

Build

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

Or you can build in Docker container:

docker run -v "$PWD":/app hoverboard npm run build

📖 Read more in deploy docs.

Contributors ✨

See list of contributors.

Maintainer: Oleh Zasadnyy and Sophie Huts.

######The GDG App, GDG[x] are not endorsed and/or supported by Google, the corporation.

License

Project is published under the MIT license.
Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)

devfest-site's People

Contributors

ozasadnyy avatar sophieh29 avatar thefrankemon avatar zasadnyy avatar ropilz avatar tasomaniac avatar mrcsabatoth avatar davinkevin avatar dbs avatar friedger avatar oldmetalmind avatar mtthsfrdrch avatar splaktar avatar guenodz avatar naty-ortiz avatar webknjaz avatar htchien avatar gitter-badger avatar tnga avatar vinlim avatar tivvit avatar pamuditha avatar valmirphp avatar oscarcpozas avatar muffycompo avatar mpoehler avatar iamkaan avatar yong076 avatar herbertman avatar limhenry avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.