Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 623 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 623 Bytes

truss-layout

The Aim of this Layout Engine is to create grids effciently for dashboards. Grids combination should be defined as number of rows and columns. 

Grids can be created with golden ratio.

Usage

  • Download the files and place them in your project directory
  • Run npm i to install the dependencies
  • Run npm run build to build the project
  • Run npm run dev to build the project, start watching files and run the local server
  • Run npm test to run the tests once
  • Run npm run lint to lint the source files
  • Run npm run test:ci to watch the src directory for changes and run the tests