/react-tweet

Embed tweets in your new or existing nextjs application.

Primary LanguageTypeScript

React Tweet

Embed tweets in your new or existing nextjs application using react tweet package.

Demo

https://688dk8-3000.csb.app

Edit officialrajdeepsingh/react-tweet/main

How to use

First, clone the React Tweet repository.

git clone https://github.com/officialrajdeepsingh/react-tweet.git
# or
gh repo clone officialrajdeepsingh/react-tweet

# change the repository
cd react-tweet

Install the node.js package using the node package manager.

npm install
# or
yarm install
# or
pnpm install

Lastly, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.