Skip to content

caiosantosss/caiovideoshare

Repository files navigation

CaioVideoShare

This is an kind of clone of tiktok. I was made to study and practice ReactJS.


Website: https://caiovideoshare.vercel.app/

Getting Started

Setup

git clone git@github.com:caiosantosss/caiovideoshare.git

You should create and account on sanity.io and create a new project. After that, you should create a new dataset and copy the token to the .env file. Also you should create a new project on google cloud platform. There you are going to create a new project and enable the api key.

ENV Variables

Create .env file

touch .env

Inside .env, set these variables.

NEXT_PUBLIC_SANITY_TOKEN = "your sanity token"
NEXT_PUBLIC_GOOGLE_API_TOKEN = "your google api token"
NEXT_PUBLIC_BASE_URL = "your base url"

Run a server

npm run dev

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors