Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 700 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 700 Bytes

pycon.jp.2021

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# generate static project
$ yarn generate

# 静的サイトとして本番環境と同等の動作をさせる場合
$ yarn generate
$ yarn start

タイムテーブルの CSV 作成方法

※ENDPOINT_ID は Slack で聞いてください

$ pip install git+https://github.com/pyconjp/[email protected]
$ ENDPOINT_ID=<endpoint id> python -m pyconjp_domains timetable ./content/talk/session.csv

/content/talk/session.csv が作成されます。

For detailed explanation on how things work, check out the documentation.