Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 572 Bytes

Bertifier

Bertifier is a tabular visualization tool.

Building bertifier

The build is managed by NPM and webpack.

To install dependencies, run [sudo] npm install.

To start a development server, run npm start, then visit http://localhost:8000

To produce a build without running the devlopment server, run npm run build

Tests

Tests are based on Jasmine and Selenium (for browser-based tests).

Test dependencies may be installed by running npm install.

To run the tests, run npm test.