Wiki built with Express, SQLite/PostgreSQL, Sequelize, and Bootstrap.
npm run initialize
npm run dev
or specify a port with PORT=5005 npm run dev
.
or
npm run single
or specify a port with PORT=5002 npm run single
.
npm test
npm run document
npm run lint models/ routes/ tests/
npm run lint models/ routes/ tests/ --fix