Framework for building discord embedded activities.
- Install all dependencies
- Fill in your apps details in
config.json
- Build the activity (
npm run build
, usenpm run build-dev
for 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.pem
andlocalhost.pem
must 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.