This repository contains the source code for the "Modal Labs First App" project.
Clone the repository:
bash git clone https://github.com/modal-labs/modal-labs-first-app.git cd modal-labs-first-app
Run these commands in your terminal to set up Modal locally:
-
Install the Modal client library:
pip3 install modal
-
Set up Modal authentication:
python3 -m modal setup
The first command will install the Modal client library on your computer, along with its dependencies.
The second command creates an API token by authenticating through your web browser. It will open a new tab, but you can close it when you are done.
modal-labs-first-app/
├── README.md
├── <source files>
└── ...
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.