0.5.0 • Published 2 years ago

chemotion-converter-client v0.5.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
2 years ago

converter-client

React client for the converter-app.

Development setup

We recomment to use the nove version manager to install node.js and npm:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash

After following the instructions in the installation script, nvm should be available. The application can then be transpiled using:

nvm install
npm install
npm run build

While developing, the webpack-dev-server can be used to update the application on-the-fly:

npm run serve

Production setup

For the production setup, the URL of the running converter-app needs to be provided as environment variable:

nvm use
CONVERTER_APP_URL=https://example.com/api/v1 npm run build:prod

After building the production setup, the files in public can be copied to the webserver:

rsync -av public/ user@example.com:/var/www/public/

Acknowledgments

This project has been funded by the DFG.

DFG Logo

Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under the National Research Data Infrastructure – NFDI4Chem – Projektnummer 441958208 since 2020.

0.3.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.2.0

2 years ago

0.1.40

2 years ago

0.1.38

2 years ago

0.1.39

2 years ago

0.1.37

3 years ago

0.1.34

3 years ago

0.1.35

3 years ago

0.1.36

3 years ago

0.1.30

3 years ago

0.1.31

3 years ago

0.1.32

3 years ago

0.1.33

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.15

3 years ago

0.1.27

3 years ago

0.1.28

3 years ago

0.1.29

3 years ago

0.1.20

3 years ago

0.1.21

3 years ago

0.1.22

3 years ago

0.1.23

3 years ago

0.1.24

3 years ago

0.1.26

3 years ago

0.1.16

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.19

3 years ago

0.1.12

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago