An open API service indexing awesome lists of open source software.

https://github.com/ritik48/personal-bookshelf


https://github.com/ritik48/personal-bookshelf

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

#### Personal Bookshelf Assignment

[Live](https://personal-bookshelf-assignment.vercel.app/)

##### How to run locally ?

1. Clone this repo from below command

`git clone https://github.com/ritik48/Personal-Bookshelf.git`
2. Go to the Personal-Bookshelf folder

`cd Personal-Bookshelf`
3. Install the projects dependencies

`npm install`
4. Run the following command to start the application

`npm run dev`

5. Go to http://localhost:5173 to access the application