A website to test bowser.
Install dependencies:
$ npm install
Build the site:
$ npm run build
It generates the docs/
folder with the HTML, JS and CSS files that should be deployed in your web server.
This command must be run before pushing to master
master branch so the site will be updated in gitHub Pages.
Open the website in a browser with browserSync
:
$ npm run live