Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.03 KB

magresview-2

MagresView 2.0 - NMR crystallography visualisation app

Running a local copy

If you want to run MagresView 2.0 (offline) on your local machine, you need to get the gh-pages branch of the code as this contains the pre-built app.

You can get the current version here:

https://github.com/CCP-NC/magresview-2/archive/refs/heads/gh-pages.zip

Once downloaded, you no longer need an internet connection. You simply unzip the file, which will create a directory called magresview-2-gh-pages; in that you'll find an index.html file. Opening this in the browser of your choice starts the app.

Alternatively, if you prefer, you can instead use git to download the gh-pages branch:

git clone -b gh-pages https://github.com/CCP-NC/magresview-2.git

This will create a directory called magresview-2 within which you'll find the index.html file.

Developers

Check out docs/DevArchitecture.md for an explanation of the structure of the software and conventions to adopt.