Building Knowledge, One Beam at a Time
Explore the docs »
Run edubeam
·
Report Bug
·
Request Feature
Welcome to EduBeam, an innovative educational project dedicated to simplifying structural analysis for 2D structures. Developed with students and educators in mind, EduBeam provides a user-friendly web-based platform for hands-on learning in structural mechanics. Dive into the world of engineering with ease as you navigate and analyze 2D structures directly in your web browser. This project is an open invitation for collaboration, allowing students to modify and extend the code, reinforcing their understanding of structural analysis and coding principles. Join us in building a community where knowledge and creativity intersect, shaping the future of structural education.
- Clone the repo
git clone https://github.com/janvorisek/edubeam.git
- Install NPM packages
npm install
- Run the development version
npm run dev
We use Vue.js and Vite for blazing fast development.
The production version is made by running:
npm run build
This produces the build
directory which can be deployed to any static hosting.
The latest version is automatically deployed on https://run.edubeam.app from the main
branch.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for new features or want to report a bug, feel free to open an issue to discuss it. We also welcome pull requests.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE for more information.