2024-10-10 15:38:51 -04:00
|
|
|
# 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
|
2024-10-11 15:40:21 -04:00
|
|
|
set VPREFIX=/
|
|
|
|
set DOMAIN=example.com
|
2024-10-10 15:38:51 -04:00
|
|
|
mkdir build
|
|
|
|
npm run build
|
|
|
|
cp ./node_modules/yiki/yiki.css build/
|
|
|
|
```
|
2024-10-26 06:56:17 -04:00
|
|
|
|
|
|
|
# License
|
|
|
|
This work is licensed under the
|
|
|
|
[GNU Free Documentation License 1.3](https://www.gnu.org/licenses/fdl-1.3.en.html).
|