You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking inspiration from Sentry's setup tool, it would be great to take the init process a step further and do more for the user.
npx command does npm install
Add video.d.ts to tsconfig.json
Add withNextVideo to next.config.js
Add next-video sync -w to dev script in package.json
Open Mux signup page
Open access token creation page
Prompt for token details and add to .env.local
Add example video file to /videos to test the setup
Add a demo page to the project to verify it's all working
Create a "Manual Setup" page and direct people there if they're not comfortable with the wizard, or if something goes wrong.
It would be more magic if we could generate an access token without going to the Mux dashboard. I don't think we should try to get around signup through the dashboard.
The text was updated successfully, but these errors were encountered:
Taking inspiration from Sentry's setup tool, it would be great to take the init process a step further and do more for the user.
npx
command doesnpm install
withNextVideo
to next.config.jsnext-video sync -w
to dev script in package.jsonIt would be more magic if we could generate an access token without going to the Mux dashboard. I don't think we should try to get around signup through the dashboard.
The text was updated successfully, but these errors were encountered: