0.5.0 • Published 7 months ago

chemotion-converter-client v0.5.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
7 months 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

7 months ago

0.5.0

7 months ago

0.4.0

7 months ago

0.2.0

10 months ago

0.1.40

1 year ago

0.1.38

1 year ago

0.1.39

1 year ago

0.1.37

1 year ago

0.1.34

2 years ago

0.1.35

2 years ago

0.1.36

2 years ago

0.1.30

2 years ago

0.1.31

2 years ago

0.1.32

2 years ago

0.1.33

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.27

2 years ago

0.1.28

2 years ago

0.1.29

2 years ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.26

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.12

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago