Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.11 KB

README.md

File metadata and controls

67 lines (43 loc) · 1.11 KB

statikalogo

Statika

Statika is an education tool to calculate structural loadings. It features an interactive editor where users can define a structure and solve the internal forces & ground reactions with a click of a button.

You can run the program locally or try out statika in your browser

Dev Setup

You need the following software installed

node

To install the dependencies, use:

npm install

How to Test

To run the linter, use:

npm run lint

To run the tests, use:

npm run test

How to Build

To build the app, use:

npm run build

How to Run

To run the application in development mode, use:

npm run dev

or run based on the built application using:

npm run preview

License

MIT

Acknowledgements

  • fabric.js team for their awesome work!
  • Stackoverflow
  • Google
  • ChatGPT