Welcome to the documentation for the Your Docs App!
-
Clone the Repository:
git clone https://github.com/nandishbt/your-repository.git
-
Install Dependencies:
npm install
-
Configure Tailwind CSS:
npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p
-
Run the Development Server:
npm run dev
Open [http://localhost:5173]to view the app in your browser.
src/
: Contains the source code of the app.- ...