Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Udon and UdonSharp documentation for beginners, written in Japanese

License

Notifications You must be signed in to change notification settings

mika-archived/udon.mochizuki.moe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udon.mochizuki.moe

ブログに書いても良いんだけど、ブログに書くと私が身バレ (もう遅い) するのでサイトを分けるのだ。
Udon および UdonSharp の情報を書いてるサイト。
誰でも追記・修正歓迎。

Development

開発方法について。

Raw

GitHub でいじって、そのままプレビューを見ながらプルリクエストを投げつけてください。
下記のどっちかについて詳しい人が直してくれます。

Local Python

以下のコマンドを実行してください。

$ pip3 install -r requirements.txt
$ mkdocs serve

Docker

環境を汚したくない人は Docker がオススメです。

$ docker build --tag natsuneko/udon-mochizuki-moe .
$ docker run --rm -it --publish 8000:8000 --volume "$(pwd):/docs" natsuneko/udon-mochizuki-moe

License

CC-BY-4.0 International by @6jz

About

Udon and UdonSharp documentation for beginners, written in Japanese

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published