Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.12 KB

twitch-ext-nextjs

Twitch Extension Next.js boilerplate.

Check out this blog post to learn more about how we created this

Usage with the Developer Rig

Clone this repo and open a terminal :

npm i # or `yarn`

Using the Twitch Developer Rig, you can easily use this NextJS setup on your local machine. BConfigure your extension before using it in the Rig: go to your Twitch developer console and make sure that the "Testing Base URI" is set to http://localhost:3000 (the default for a NextJS project).

Once you have your project in your Rig, make sure you tells it the right command for Front End, i.e. npm run dev (or yarn dev).

You should be able to launch "views" inside the rig and play with your extension!

Publish your extension

Run yarn export, zip the content of the out folder and upload it in your Extension Dashboard.

Credits

Created by @djiit and @alacroix during the Twitch Dev Jam 2019.