This is a web application for an Injection Molding related platform, featuring material and machine databases, and various calculators.
- Materials Database: Comprehensive list of injection molding materials with their properties.
- Machines Database: Detailed specifications of various injection molding machines.
- Calculators: A suite of tools for common injection molding calculations (e.g., clamping force, cooling time, cycle time).
- Process Sheet: A page designed for process setup (to be further developed).
- Internationalization: Support for multiple languages using
react-i18next.
- React
- Vite
- TypeScript
- Tailwind CSS
react-router-domfor routinglucide-reactfor iconsi18nextandreact-i18nextfor internationalization
To get a local copy up and running, follow these simple steps.
- npm (Node Package Manager) or Yarn
-
Clone the repository:
git clone https://github.com/your-username/sg-website.git cd sg-website(Note: Replace
https://github.com/your-username/sg-website.gitwith the actual repository URL if available, or instruct the user to unpack the project if it's a local archive.) -
Install dependencies:
npm install
To run the project in development mode:
npm run devThis will start the Vite development server, usually accessible at http://localhost:5173.
To build the project for production:
npm run buildThis command will compile the project into the dist directory.
To preview the production build locally:
npm run previewContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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 GNU General Public License v3.0. See LICENSE for more information.
Your Name - your_email@example.com Project Link: https://github.com/your-username/sg-website