14 lines
331 B
Markdown
14 lines
331 B
Markdown
|
# yellows' MSNP wiki
|
||
|
An alternative to MSNPiki that aims to actually document things they didn't.
|
||
|
|
||
|
# Building
|
||
|
```
|
||
|
npm i
|
||
|
set WIKINAME=yellows' MSNP wiki
|
||
|
# this should be an absolute path on a domain to where the files will be put
|
||
|
set VPREFIX=https://example.com/
|
||
|
mkdir build
|
||
|
npm run build
|
||
|
cp ./node_modules/yiki/yiki.css build/
|
||
|
```
|