An open API service indexing awesome lists of open source software.

https://github.com/ryu22e/pycon-jp-2024-python-in-cloudflare-workers


https://github.com/ryu22e/pycon-jp-2024-python-in-cloudflare-workers

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Cloudflare Workers in Pythonでサーバーレスアプリケーションを作ろう

## Requirements
* Git
* Python 3.10 or higher
* Your favorite editor

## How to Build
```bash
$ git clone {repository url}
$ cd {repository path}
$ python -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install -r requirements.txt
(.venv)$ vim source/index.md # Replace vim with your favorite editor
(.venv)$ make revealjs # Build to build/revealjs/
```