Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ repos:
rev: v0.12.0
hooks:
- id: markdownlint
args: [-r, ~MD033]
- repo: https://github.com/datarootsio/databooks
rev: 1.2.3
hooks:
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ verify_ssl = true
name = "pypi"

[packages]
pre-commit = "*"

[dev-packages]
pre-commit = "*"

[requires]
python_version = "3.10"
Expand Down
124 changes: 121 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
<div style="text-align:center"><img src="./static/img/logo-black.svg" alt="logo" height="200px" ></div>
<div style="text-align:center">
<img src="./static/img/logo-black.svg" alt="logo" height="200px" >
</div>

# Introduction to Algorithms

これは、アルゴリズム入門のシケプリです。

[Docusaurus](https://docusaurus.io/) を使って作っています。

### 環境構築
## 環境構築

```shell
npm ci
```

### 開発
```shell
pip install pipenv
```

```shell
pipenv sync --dev
```

```shell
pipenv run pre-commit install
```

## 開発

```shell
npm run watch
Expand All @@ -24,14 +38,14 @@ npm run watch
npm start
```

### ビルド
## ビルド

```shell
npm run build
```

このコマンドは、`build` ディレクトリに静的コンテンツを出力します。

### その他
## その他

間違いなどがありましたら、Issues や PR などで教えてください。