Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 666 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 666 Bytes

RapidWiki

Build Status

Wiki built with Express, SQLite/PostgreSQL, Sequelize, and Bootstrap.

Heroku Production Environment

Online Documentation

Installing

npm run initialize

Running

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.

Testing

npm test

Documenting

npm run document

Linting

npm run lint models/ routes/ tests/

npm run lint models/ routes/ tests/ --fix