Skip to content

bignutty/activity-framework

Repository files navigation

activity-framework

Framework for building discord embedded activities.

How to use

  1. Install all dependencies
  2. Fill in your apps details in config.json
  3. Build the activity (npm run build, use npm run build-dev for faster development builds with source maps)
  4. Generate localhost https certificates
    • You can use mkcert for this.
    • Place your localhost certificates under activity-server/cert/ (Both localhost-key.pem and localhost.pem must be present)
  5. Run the activity server (npm start)
  6. Your built activity will be served on https://localhost:3000

If you need to reach me, you can find me in this discord server.

About

Framework for building discord embedded activities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published