Skip to content

Educational webtool to calculate structural loadings from external forces

License

Notifications You must be signed in to change notification settings

nandappputra/statika

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages