activity-framework
activity-framework copied to clipboard
Framework for building discord embedded activities.
trafficstars
activity-framework
Framework for building discord embedded activities.
How to use
- Install all dependencies
- Fill in your apps details in
config.json - Build the activity (
npm run build, usenpm run build-devfor faster development builds with source maps) - Generate localhost https certificates
- You can use mkcert for this.
- Place your localhost certificates under
activity-server/cert/(Bothlocalhost-key.pemandlocalhost.pemmust be present)
- Run the activity server (
npm start) - Your built activity will be served on
https://localhost:3000
If you need to reach me, you can find me in this discord server.