Skip to content

bowser-js/bowser-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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