https://github.com/ricora/alg-wiki
RICORA Programming Teamの技術Wiki
https://github.com/ricora/alg-wiki
Last synced: 23 days ago
JSON representation
RICORA Programming Teamの技術Wiki
- Host: GitHub
- URL: https://github.com/ricora/alg-wiki
- Owner: ricora
- Created: 2022-04-21T09:26:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T08:41:09.000Z (over 2 years ago)
- Last Synced: 2025-02-16T20:44:17.280Z (4 months ago)
- Homepage: https://alg-wiki.tus-ricora.com/
- Size: 1.9 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alg-wiki
[](https://github.com/RICORA/alg-wiki/actions/workflows/gh-pages.yml)
## Overview
このWikiは[RICORA Programming Team](https://alg.tus-ricora.com)での知見を集積するためのものです。
## Contents
### いまあるもの
- [Git / GitHubのつかいかた](git-tutorial/)
- [Markdownのつかいかた](md-tutorial/)
- [VS Codeのつかいかた](vscode-tutorial/)### 書かれるであろうもの
- [Hugoのつかいかた / alg-HPにPRを出してみよう]()
- [Marpのつかいかた]()
- [Pandocのつかいかた]()
- [Gnuplotのつかいかた]()## Contribution
ページの生成には[Honkit](https://github.com/honkit/honkit)を使っています。詳しくは[Honkitのドキュメント](https://honkit.netlify.app/)を読んで編集してください。
なにか問題や疑問点があれば[Issues](https://github.com/RICORA/alg-wiki/issues)に投げてください。
困ったときはHonkitが使われている他のドキュメントのリポジトリ(例えば[JavaScript Primer](https://jsprimer.net/)など)が参考になりそうです。
### Requirement
[Node.js](https://nodejs.org/)が必要です。わからなければ[Node.jsの環境構築をする](environment-setup/#f-nodejsをインストールしよう) を参照してください。
### Installation
`README.md`や`package.json`などがあるディレクトリに移動し、以下のコマンドを実行してください。
```
npm install
```### Preview
以下のコマンドを実行すると[http://localhost:4000](http://localhost:4000)でプレビューができます。
```
npm run serve
```