Installation
How to install dependencies and structure your app.
Clone the repository
Run the following command on your local environment:
git clone https://github.com/xdesign-dev/shadcn-nuxt-starter.git project-name
Install dependencies
cd project-name
# It will install all packages
pnpm install
Development
Start the dev server:
pnpm dev
You should now be able to access the application with live reload at http://127.0.0.1:7000.