Welcome to "The Book Lib", a library management system built with Next.js, styled using Tailwind CSS, and managed with Redux. This project was created by Luka.A.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have met the following requirements:
Execute the following steps to get started with the project:
-
Clone the repository: git clone
https://github.com/CrnaStrela94/thebooklib.git
-
Navigate to the project directory:
cd thebooklib
-
Install the dependencies:
Using npm: npm install
Or using yarn: yarn install
Start the development server:
Using npm: npm run dev
Using yarn:yarn dev
Open http://localhost:3000 with your web browser to see the result.