- Node.js
- Yarn
- Clone the repository:
git clone https://github.com/OrbitNavigator/OrbitConfigrator.git
cd OrbitConfigrator
- Install Yarn:
If you don't have Yarn installed, you can install it globally using npm:
npm install -g yarn
- Install dependencies:
yarn install
- Run the development server:
yarn dev
The src
folder contains all the code:
src
├── assets # Contains static assets
├── main # Contains main process code
├── renderer # Contains React entry point and HTML file for the entry point
└── ui # Contains the rest of the React app along with all the pages
vite.config.js # Contains Vite configuration files
package.json # Lists project dependencies and scripts
yarn.lock # Ensures consistent installs across environments
- Vite: For fast and optimized development.
- Electron: For building cross-platform desktop applications.
- React: For building user interfaces.
- Material-UI: For UI components.
This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.