mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2025-07-18 02:23:50 +02:00
4e576841f829f5219f7444918b058f64c671661d
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Elevatormap Rewritten
The elevator map at thegreydiamond.de/elevatormap has been offline for some time now, as it was very ineffective and didn't accept user contributions. This is an attempted by the original author to rewrite the project in Node.js.
Host your own
Requirements:
- Node
- MySQL Server (MariaDB)
- Accounts for Fontawesome & hCaptcha
Setup steps:
- Setup DB access
- Change config file to your needs
- Install dependencies with
npm install
- Make .js file with
npm run makeJS
(skip if you want to test it) - Start it with
npm start
(or use pm2) It will autogenerate all tables needed. And then startup.
ToDo:
- Allow user edits
- Allow moderation
Languages
JavaScript
88.4%
CSS
6.5%
HTML
3.7%
TypeScript
1.4%