Follow this link: https://focusup-mu.vercel.app/
Note
Install node and npm
Clone the repository
git clone https://github.com/theMEHMET-1/studio.git
Change into the directory
cd studio
Install the npm packages
npm install
Build the website
npm run build
Run the website
npm run start