https://github.com/danporter/xds_webapp
https://github.com/danporter/xds_webapp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danporter/xds_webapp
- Owner: DanPorter
- Created: 2025-02-24T14:38:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-09T08:18:24.000Z (11 months ago)
- Last Synced: 2025-07-09T08:50:50.032Z (11 months ago)
- Language: Python
- Size: 722 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XDS WebApp
X-Ray Dichroism Simulations using Quanty
- By Dan Porter
- Diamond Light Source Ltd
### Installation
```
$ conda create -n xds_webapp nodejs python pnpm
$ conda activate xds_webapp
$ git clone https://github.com/DanPorter/xds_webapp.git
$ cd xds_webapp/frontend
$ pnpm install
$ pnpm build
$ cd xds_webapp/backend
$ python -m pip install .
$ python main.py
```
### Run (local)
```bash
$ conda activate xds_webapp
$ cd backend
$ python main.py
```