kenny-io / miniapp-user-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@collabland/example-hello-action

This example illustrates how to implement a Collab Action for Discord interactions.

Architectural diagram

collabland-hello-action

Prerequisites

Node.js and npm (Node Package Manager) must be installed on your system.

Get started

Let's try out this /hello-action example to see how what Collab Action is capable of!

Clone the Action

git clone https://github.com/abridged/collabland-hello-action.git

Navigate to the project directory and install the project dependencies

cd collabland-hello-action
npm install

Build the project

npm run build

Next, follow the instructions on the docs to test the Action

  1. Run the Action Server

    npm run server -- DhF7T98EBmH1ZFmdGJvBhkmdn3BfAqc3tz8LxER8VH2q

Next, once you get to play with this simple action, try to implement something new and test it locally

  1. Implement & test your Action locally

Explore more possibilities with Collab Action!

  1. Build a custom Collab Action

About

License:Other


Languages

Language:TypeScript 91.5%Language:HTML 6.9%Language:JavaScript 1.6%