A demo interface for gridify:
- frontend-only
- requires a modern browser: ES modules, no transpilation
Demo URL: https://gridify-interface1.lyondataviz.now.sh/
git clone [email protected]:LyonDataViz/gridify-interface1.git
cd gridify-interface1
npm install
npm run serve
To watch for changes and automatically update the served application while developing, run the following in a new terminal:
npm run watch
Deploy to a personal domain (gridify-interface1-[MYNOWUSER].lyondataviz.now.sh):
npm run deploy
Note that any push to the GitHub repository will also trigger a deploy on now.sh (you will receive a mail with the URL and its aliases):
- gridify-interface1.[MYNOWUSER].now.sh
- gridify-interface1-git-master.[MYNOWUSER].now.sh
You may also deploy the common demo page
(https://gridify-interface1.lyondataviz.now.sh/), provided you are part of the
lyondataviz
organization in now.sh:
npm run deploy:common
As of today, there is no GitHub hook to deploy to that common page, the only way is to manually launch from command line.