Wiki on Localhost

We have options for running wiki locally.

# a few steps for local development # not strictly necessary, but convenient to isolate installation to a specific version of node nvm install --lts nvm alias wikidev 14 nvm use wikidev # this step is for anyone git clone git@github.com:fedwiki/wiki.git cd wiki npm install -g .

# run an editable local wiki cd wiki wiki --data ./.data --security_legacy