Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 634 Bytes

contributing.rst

File metadata and controls

31 lines (21 loc) · 634 Bytes

Contributing

Thank you for interested to sphinx-revealjs.

.. todo:: Add USING, QUESTION and DOCUMENTATION

Conttribute code

Local development environment

This is spec for development by author( attakei ) on 2022/08/27.

  • Arch Linux
  • Python 3.10.x
  • Installed pre-commit globally

Setting up repo

After you clone forked Git repository, run commands to set up.

python tools/fetch_revealjs.py
pre-commit install
python -m venv venv
venv/bin/pip install -e '.[test]'