Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit c1eac3d

Browse files
committedMay 20, 2022
Initial commit
0 parents  commit c1eac3d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+13901
-0
lines changed
 

‎.env.example

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
MUX_TOKEN_ID=
2+
MUX_TOKEN_SECRET=
3+
MUX_SIGNING_KEY=
4+
MUX_PRIVATE_KEY=

‎.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["next/core-web-vitals", "prettier"]
3+
}

0 commit comments

Comments
 (0)
This repository has been archived.