This repository contains the presentation materials for a pitch deck for Knocks team. The deck is designed for a 10-minute presentation.
Follow these steps to set up the project in your local environment.
To install the necessary dependencies, run the following command:
make install
To check the code style, run the following:
make lint
To automatically fix lint warnings and errors, run the following:
make lint_fix
To run lint before committing and detect code style issues, execute:
make before_commit
Export the content in Base.md to PDF format:
make export_pdf
- Marp: A markdown-based presentation tool used for creating the presentation materials.
- textlint: A tool for linting markdown files.
- husky: A tool for managing Git hooks easily.
- lint-staged: A tool for running lint on staged files.
- Node.js: The environment for running textlint and other JavaScript-based tools.
This project is licensed under the Apache License 2.0.