https://redactle.darthvader.no/
Original Norwegian project: https://github.com/olafmoriarty/sladdactle
- Redis
-
- put the redis password in
.env
asREDIS_PASSWORD=
- put the redis password in
# Install node.js dependencies
npm i
# Download and process dictionary and article list
make
# Build client-side css and js
npm run build
# Start server
npm run dev