Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 509 Bytes

bowser online

A website to test bowser.

Usage

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.

Development

Open the website in a browser with browserSync:

$ npm run live