You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3140282772 | 8 years ago | |
---|---|---|
api | 8 years ago | |
client | 8 years ago | |
migrations | 8 years ago | |
models | 8 years ago | |
.babelrc | 9 years ago | |
.gitignore | 8 years ago | |
LICENSE | 9 years ago | |
README.md | 8 years ago | |
bookshelf.js | 9 years ago | |
config.js | 8 years ago | |
db.js | 9 years ago | |
index.js | 8 years ago | |
install.js | 9 years ago | |
knexfile.js | 9 years ago | |
misc.js | 8 years ago | |
package.json | 8 years ago | |
response_structure_example.json | 8 years ago | |
webpack.config.js | 9 years ago |
README.md
Matterwiki is a simple wiki for teams
People use it to store documentation, notes, culture guidelines, employee onboarding content and everything else they want to.
Setup Instructions:
- Clone this repository
git clone http://github.com/matterwiki/matterwiki
- Run
npm install
- Edit
config.js
(present in the project root) and change theauth_secret
value with any secret phrase. NOTE: This phrase will be used to encode and decode your access tokens. Keep it safe and private - run
npm run build
- run
node index