Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 807 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 807 Bytes

RADIS App

Actions Status

⚠️ WARNING: This project is still a work-in-progress. Any feedback on the project is highly appreciated. ⚠️

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.

image

Development

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