Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 649 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 649 Bytes

seniorLove-front

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone [email protected]:O-clock-Pavlova/seniorLove-front.git
  2. Navigate to the project directory:

    cd YourDirectoyPath/
  3. Install the dependencies:

    pnpm install
  4. Start Tailwindcss

    ⚠️ Run this command every time you open VSCode to compile Tailwind CSS with live updates

      npx tailwindcss -i ./src/styles/input.css -o ./src/styles/output.css --watch
  5. Start local server:

      pnpm run dev