Skip to content

Commit d161f34

Browse files
committedSep 13, 2020
Document spoiler images
1 parent d28a313 commit d161f34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ voice/*.mp3
2222
www/archive
2323
www/js/client*.js
2424
www/js/vendor*.js
25+
www/kana
2526
www/src
2627
www/thumb
2728
www/mid

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Setup:
1010
* Copy hot.js.example to hot.js and configure
1111
* Copy imager/config.js.example to imager/config.js and configure
1212
* Copy report/config.js.example to report/config.js and configure
13+
* Clone [assets](https://github.com/lalcmellkmal/assets/) and copy the `kana` spoiler image folder as `./www/kana/` (or create your own!).
1314
* Run `npm install` to install npm deps and compile a few helpers
1415
* Run `node builder.js` to run an auto-reloading development server
1516

0 commit comments

Comments
 (0)
Please sign in to comment.