RADIS app is a locally-run web app for high-resolution infrared molecular spectra using RADIS. The goal of this project is to provide an easy-to-use UI instead of writing code.
Install all dependencies:
$ yarn install
Start the frontend locally:
$ cd website/ && yarn start
Deploy the backend to your AWS account:
$ yarn build && yarn cdk deploy