Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aravindhnivas/felion_gui_v4
FELionGUI based on tauri and svelte
https://github.com/aravindhnivas/felion_gui_v4
Last synced: 1 day ago
JSON representation
FELionGUI based on tauri and svelte
- Host: GitHub
- URL: https://github.com/aravindhnivas/felion_gui_v4
- Owner: aravindhnivas
- Created: 2022-12-02T20:03:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T20:12:50.000Z (about 1 year ago)
- Last Synced: 2024-11-14T14:12:13.115Z (2 months ago)
- Language: Svelte
- Size: 4.64 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FELionGUI - FELion Graphical User Interface
The FELionGUI is a desktop application built to analyze vibrational, rotational and kinetics data for the FELion instrument (Nijmegen, Netherlands).
## Documentation
Read more on this detailed [Documentation](https://felion.vercel.app/)
## Run Locally
Clone the project
```bash
git clone https://github.com/aravindhnivas/felion_gui_v4.git
```Go to the project directory
```bash
cd my-project
```Follow Tauri prerequisite [here](https://tauri.app/v1/guides/getting-started/prerequisites/)
Install dependencies
```bash
yarn
```Start the server
```bash
yarn dev
```Build the application
```bash
yarn build
```## Authors
- [A. N. Marimuthu](https://www.github.com/aravindhnivas)
## License
[MIT](https://choosealicense.com/licenses/mit/)