Skip to content

JoseBueno30/Dutify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Dutify

Dutify is a spotify-clone web application developed with NodeJS🚀, Vite, React⚛ and Bootstrap.

Figma prototype's link: Figma/Dutify

Table of Contents

Installation

  1. Clone the repository with the following command:
git clone https://github.com/JoseBueno30/Dutify.git
  1. Install the necesary dependencies:
npm install

Usage

To run the project, use the following command:

npm run dev

After that, you must login with an authorized account.

(OPTIONAL) In order to host the app in your LAN, use this:

npm run dev -- --host

Contributors