This is a web dashboard to be used with MolSSI's [Simulation Environment for Atomistic and Molecular Modeling](https://molssi-seamm.github.io) (SEAMM). This dashboard will allow users to view results of their calculations (jobs), keep track of their simulation procedures (flowcharts), and group their jobs into projects.
A check is done to see if mamba is available. If mamba is available, it is used instead of conda (much faster). In the environment target, I've also changed to using conda/mamba run to ensure the npm install is done in the created environment.
This PR also adds a target for a development install.
This PR adds some changes to the Makefile.
A check is done to see if
mamba
is available. If mamba is available, it is used instead of conda (much faster). In theenvironment
target, I've also changed to usingconda/mamba run
to ensure thenpm install
is done in the created environment.This PR also adds a target for a development install.