Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)