Skip to content

curran/bertifier

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.2%
  • HTML 7.6%
  • CSS 3.2%