Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 777 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 777 Bytes

Read Realm

Landing page for the website 'Read Realm', which sells and rents books online and hosts discussions.

Demo

image

Check out the live website here.

Technologies Used

  • Next JS
  • Tailwind CSS
  • React JS
  • Framer Motion
  • GSAP

How to Run Locally

  1. Clone this repository:
    git clone https://github.com/spudoodle/readrealm.git
    
  2. Navigate to the project directory:
    cd readrealm
    
  3. Install dependencies:
    npm install
    
  4. Start the development server:
    npm run dev
    
  5. Open your browser and visit http://localhost:3000