Skip to content

syntax-corp/dankmemer.lol

 
 

Repository files navigation

Dank Memer's Web Dashboard

This is the repo for Dank Memer's current Dashboard.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js v8.x.x or higher
  • MongoDB
  • Redis (soon?)

Installing

  1. git clone https://github.com/DankMemer/dankmemer.lol.git
  2. Create config.json
    • The following is the minimum amount of information required for testing in your config.json file.
{
  "port": 8080,
  "cryptKeys": [],
  "mongoURL": "mongodb://127.0.0.1:27017",
  "secret": "anything"
}
  1. npm i

Built With

Authors

See also the list of contributors who participated in this project.

License

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

Acknowledgments

  • Everyone who has given design input

About

Dank Memer's website and dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.8%
  • SCSS 25.6%
  • HTML 1.5%
  • Shell 0.1%