0.0.10 • Published 8 years ago

browxin-client v0.0.10

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

Browxin

License Build Status

Development

Install

Make sure you have installed npm, node.js.
Then run commands below.

$ git clone git@github.com:Browxin/browxin-client.git
$ cd browxin-client
$ npm install
$ npm start

Open localhost:8080 on your browser.

Preparation

We use uppercase letters as file name.
But Git doesn't distinguish by default.
So please run a command below

$ git config core.ignorecase false

For local test using selenium.
Download latest geckodriver and put the driver in the project directory.

browxin-client
 └──geckodriver