Technology Transfer Offices (TTO) are institutions that act as a bridge between universities, research institutions, and industry, assisting in the commercialization of knowledge and technology. This program was created because they wanted a solution to facilitate their operations.
Welcome to the TEKNOLOJİ TRANSFER OFİSİ App repository! This application is built with Electron.js and Vite.js.
- About
- Features
- Installation
- Usage
- Contributing
TEKNOLOJİ TRANSFER OFİSİ App is designed to facilitate the transfer and management of technology-related resources and information. This application leverages Electron.js for desktop application development and Vite.js for a fast and modern web development experience.
- User-Friendly Interface: Easy to navigate and use.
- Cross-Platform: Runs on Windows, macOS, and Linux.
- Fast Performance: Built with Vite.js for quick load times and smooth performance.
- Modular Architecture: Easily extendable and maintainable codebase.
To install and set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Abdullah05-js/TEKNOLOJ-TRANSFER-OF-S-.git
-
Navigate to the project directory:
cd TEKNOLOJ-TRANSFER-OF-S-/TTO
-
Install dependencies:
npm install
-
Run the application:
npm run dev
After installing the application, you can start using it by running the npm run dev
command. The application will open in a new window. Navigate through the menus and options to explore its features.
We welcome contributions to improve the TEKNOLOJİ TRANSFER OFİSİ App. To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeatureName
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/YourFeatureName
- Create a Pull Request.