https://github.com/akodiat/luscus
A web-based version of Luscus for MOLCAS
https://github.com/akodiat/luscus
Last synced: 3 months ago
JSON representation
A web-based version of Luscus for MOLCAS
- Host: GitHub
- URL: https://github.com/akodiat/luscus
- Owner: Akodiat
- Created: 2025-03-07T07:58:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T13:52:05.000Z (3 months ago)
- Last Synced: 2025-03-07T14:34:35.706Z (3 months ago)
- Language: JavaScript
- Homepage: https://akodiat.github.io/luscus/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Luscus
A web-based version of [Luscus for MOLCAS](https://sourceforge.net/projects/luscus/).Made by Joakim Bohlin, InfraVis.
## Try it now
Simply go to https://akodiat.github.io/luscus to try the app yourself.## Running locally
To run it locally, you need to start a static HTTP server in this directory. You can easily do that with the following Python command ([or any of these other options](https://gist.github.com/willurd/5720255))```sh
python -m http.server 8000
```Then, you can go to [localhost:8000](HTTP:/localhost:8000) (or whatever port you used above) to view the app.