Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ziin/epidemicsound-uiclone
- Owner: ziin
- Created: 2023-11-27T14:59:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-28T12:38:29.000Z (12 months ago)
- Last Synced: 2024-10-11T01:58:40.562Z (28 days ago)
- Topics: nextjs, uiclone
- Language: TypeScript
- Homepage: https://epidemicsound-uiclone.vercel.app
- Size: 3.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.