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
- Host: GitHub
- URL: https://github.com/ryu22e/pycon-jp-2024-python-in-cloudflare-workers
- Owner: ryu22e
- License: cc-by-4.0
- Created: 2024-09-04T00:30:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T02:40:38.000Z (over 1 year ago)
- Last Synced: 2025-03-02T03:30:09.526Z (over 1 year ago)
- Language: Python
- Homepage: http://pycon-jp-2024-python-in-cloudflare-workers.ryu22e.dev/
- Size: 894 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```