Skip to content

Build stuff, learn things, love what you do. The Claw is science and technology — for everyone.

License

Notifications You must be signed in to change notification settings

whitep4nth3r/theclaw.team

Repository files navigation

theclaw.team | The Claw Stream Team on Twitch

A screenshot of theclaw.team in desktop view showing a red sidebar to the left wiht menu links below the moth logo and the introduction to the team and what it is about on the right

This project showcases The Claw Twitch stream team and uses the following services:

  • Twitch authentication for team members via next-auth
  • A DarkLang API developed by jwalter

This project is open source (MIT) and your contributions are welcome!

If you discover any issues with the site or would like to request any new features, please submit an issue to the repository,

Getting started

This is a Next.js project bootstrapped with create-next-app.

To contribute to this project, fork the repository to your GitHub account, and clone it to your local machine using git or the GitHub CLI.

Install dependencies

cd path/to/folder
npm install

Add environment variables to connect to services

Create a .env file at the root of the project.

cd path/to/folder
touch .env

Copy the environment variable keys from .env.example and add those into your .env file.

TWITCH_CLIENT_ID=
TWITCH_CLIENT_SECRET=
NEXTAUTH_URL=http://localhost:3000

Set up a new Twitch app

The project requires a connection to a Twitch application in order to enable Twitch authentication.

Learn how to get started with the Twitch API.

  • Create a new Twitch application
  • Add the following OAuth Redirect URL to your new app: http://localhost:3000/api/auth/callback/twitch
  • Create a Client ID and Client Secret

Screenshot of Twitch app setup

Add the following credentials to your .env file:

TWITCH_CLIENT_ID={YOUR_NEW_CLIENT_ID}
TWITCH_CLIENT_SECRET={YOUR_NEW_CLIENT_SECRET}
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=yourRandString

Run the development server

npm run dev

Open http://localhost:3000 to view the project running locally.

Learn More about Next.js

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Production environment

This project is hosted on Vercel. When you make a pull request, the owner of the organisation will be asked to authorise the deploy preview to kick off a build.

When the deploy preview is ready, the pull request will update with a URL.

About

Build stuff, learn things, love what you do. The Claw is science and technology — for everyone.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •