Coder Social home page Coder Social logo

dankmemer.lol's Introduction

Icon

Dank Memer's Website

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

Screenshot

Setup

Node.js 16.6.0 or newer is required.

  1. Run:
$ git clone https://github.com/DankMemer/dankmemer.lol.git
$ cd ./dankmemer.lol
  1. Create .env file:
COOKIE_SECRET=secret
CLIENT_ID=id
CLIENT_SECRET=secret
CRYPT_KEYS=["key","key"]
DOMAIN=http://localhost:3000
MONGODB_URI=mongodb://127.0.0.1:27017
MONGODB_DB=website
REDIS_PORT=6379
REDIS_HOST=localhost
COMMUNITY_WEBHOOK=webhook_url
PROFILE_WEBHOOK=webhook_url
REPORTS_USER_WEBHOOK=webhook_url
REPORTS_SERVER_WEBHOOK=webhook_url
APPEALS_USER_WEBHOOK=webhook_url
APPEALS_SUPPORT_WEBHOOK=webhook_url
APPEALS_COMMUNITY_WEBHOOK=webhook_url
JOBS_WEBHOOK=webhook_url
  • You can generate CRYPT_KEYS by running:
    node -p "[ 32, 16 ].map(n => crypto.randomBytes(n).toString('base64'))"
  • COOKIE_SECRET should be at least 32 characters long. Generate one using:
    https://1password.com/password-generator/
  1. Run:
$ npm i
$ npm run dev

Authors

  • Ronin - Initial work - TheCyberRonin
  • Mel - Initial design - Melmsie
  • Aetheryx - Basically the whole thing - Aetheryx
  • InBlue - Taken over work for redesign - InBlue
  • Badosz - Rewrite and the community page - badosz0

License

MIT

dankmemer.lol's People

Contributors

badosz0 avatar inblue avatar melmsie avatar nevvulo avatar thecyberronin avatar dependabot[bot] avatar nsylke avatar kablekompany avatar xyre-nelly-thea avatar itslukej avatar nzec avatar wynwxst avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.