An open API service indexing awesome lists of open source software.

https://github.com/emmanuel-rods/tik-tok


https://github.com/emmanuel-rods/tik-tok

Last synced: about 1 year ago
JSON representation

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
```