SkillAgentSearch skills...

Entropychat.app

A discord clone made by the Coding Garden Community.

Install / Use

/learn @CodingGarden/Entropychat.app
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

entropychat.app

A discord clone made by the Coding Garden Community.

https://entropychat.app

Tech Stack

  • Frontend
    • Vue.js / Vuex / Vue Router
    • SCSS
    • FeathersJS Client
  • Backend
    • FeathersJS / Socket.io / Express
  • Login
    • Github OAuth

demo

Configuration / Setup

  • Copy the server/.env.sample file to server/.env and update the values.
    • You can obtain a github client id and secret here:
      • https://github.com/settings/applications/new
    • The authorization callback URL should be set to:
      • http://localhost:3030/oauth/github/callback
        • Change the port if your feathers backend is running on a different port
  • The oauth flow requires that the client is running at:
    • http://localhost:8080
    • If your client is running on a different port, you will need to update server/public/index.html to allow sending messages to the correct port / origin

Design

Assets

  • Icon, Logo and Loading image created by Nullcano

<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />All assets are licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.

View on GitHub
GitHub Stars102
CategoryDevelopment
Updated1y ago
Forks37

Languages

JavaScript

Security Score

65/100

Audited on Feb 17, 2025

No findings