Elysium's main source for support & helpful articles. This repository only includes the app, but no articles!
- Clone the repository & install Node.JS
- Inside the repo's folder, run:
npm install
- Create a
kb/credentials.js
file and set your accounts (password needs to be hashed with SHA-256) - Launch the app with:
npm start
ornpm run start_win
(Windows) - Visit http://localhost:3000 in your webbrowser
- You can login at http://localhost:3000/login
- For more information check Raneto's documentation!
This project is licensed under the MIT License - see the LICENSE file for details!