-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up
Aks Tayal edited this page Feb 3, 2022
·
1 revision
The following system requirements need to be fulfilled before the backend app can be run.
- Node v14 (https://nodejs.org/en/download/)
- Python 3.9 (https://www.python.org/downloads/)
- Poetry (Run command:
pip install poetry
) - AWS CLI (https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
- AWS credentials (https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html)
Run the following command in your environment:
npm run setup && npm run offline
Visit the URL generated to see the app in action!