To run this project locally, follow these steps:
-
Clone the repository:
git clone [email protected]:O-clock-Pavlova/seniorLove-front.git
-
Navigate to the project directory:
cd YourDirectoyPath/
-
Install the dependencies:
pnpm install
-
Start Tailwindcss
⚠️ Run this command every time you open VSCode to compile Tailwind CSS with live updatesnpx tailwindcss -i ./src/styles/input.css -o ./src/styles/output.css --watch
-
Start local server:
pnpm run dev