Keerat666 / Lumix

An open source crowd developed React UI Library
https://lumix.onrender.com
Apache License 2.0
8 stars 17 forks source link

Develop a Carousel Component #27

Open Keerat666 opened 1 year ago

Keerat666 commented 1 year ago

Create a carousel component that can display a series of images or content in a slideshow format.

nayakswadhin commented 1 year ago

@Keerat666 Can you please assign me this issue??I would love to work in it.

Keerat666 commented 1 year ago

Sure. Please go ahead!

nayakswadhin commented 1 year ago

@Keerat666 When I am making some changes it is not reflecting in the localhost server!!

https://github.com/Keerat666/Lumix/assets/114871538/6f461197-0911-4aa7-a908-1bda6e190aec

Keerat666 commented 1 year ago

Hi @nayakswadhin ,

Please go inside the UI/Lumix directory and run the project there. The root project is just for serving the prod build while deploying. The ui/lumix folder has the codebase for the development.

Do a npm run start by going inside ui/lumix and it should work fine.