/knowledge-base

Markdown powered knowledgebase / support.elysium-project.org

Primary LanguageJavaScriptMIT LicenseMIT

Elysium Project - Knowledge Base

Elysium's main source for support & helpful articles. This repository only includes the app, but no articles!

Links

Built with

  • Raneto - A markdown powered KB for Node.JS
  • SHA.js - Streamable SHA hashes in pure JavaScript

Quick Start

  1. Clone the repository & install Node.JS
  2. Inside the repo's folder, run: npm install
  3. Create a kb/credentials.js file and set your accounts (password needs to be hashed with SHA-256)
  4. Launch the app with: npm start or npm run start_win (Windows)
  5. Visit http://localhost:3000 in your webbrowser
  6. You can login at http://localhost:3000/login
  7. For more information check Raneto's documentation!

License

This project is licensed under the MIT License - see the LICENSE file for details!