A React-Typescript show cases using shadcn/ui component library.
Live demo: https://show-cases.vercel.app/
- Clone the repository:
git clone https://github.com/your-username/show-cases.git
- Navigate to the project directory:
cd show-cases
- Install dependencies:
npm install
To start the development server, run:
npm start
This will start the application at http://localhost:1234
.
npm start
: Starts the development server.npm run build
: Builds the project for production.npm run lint
: Runs the linter.
This project is licensed under the MIT License. See the LICENSE file for details.