https://github.com/emmanuel-rods/tik-tok
https://github.com/emmanuel-rods/tik-tok
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuel-rods/tik-tok
- Owner: Emmanuel-Rods
- Created: 2025-03-18T08:06:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T08:19:39.000Z (about 1 year ago)
- Last Synced: 2025-03-18T09:27:03.798Z (about 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
1. Clone the repository:
```bash
git clone https://github.com/Emmanuel-Rods/Tik-Tok
```
2. Navigate to the project folder:
```bash
cd Tik-Tok
```
3. Install the necessary dependencies:
```bash
npm install
```
## Running
write the creators username
```js
const username = "mrbeast"; //username without the " @ " prefix
```
to run
```bash
npm run dev
```