Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ziin/epidemicsound-uiclone

A UI clone of Epidemic Sound
https://github.com/ziin/epidemicsound-uiclone

nextjs uiclone

Last synced: 5 days ago
JSON representation

A UI clone of Epidemic Sound

Awesome Lists containing this project

README

        

# [Epidemic Sound UI Clone](https://epidemicsound-uiclone.vercel.app)

[![Preview](./preview.png)](https://epidemicsound-uiclone.vercel.app)
[Live version](https://epidemicsound-uiclone.vercel.app)

**Original**:
[https://www.epidemicsound.com](https://www.epidemicsound.com)

## Run yourself

> _**System Requirements**_:
>
> Node.js 18.17 or later.
> Git (to clone the project)

1. Clone the project

```bash
git clone https://github.com/ziin/epidemicsound-uiclone
```

2. Install dependencies

```bash
npm install
```

3. Run de project in development

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.