Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 740 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 740 Bytes

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.