https://github.com/ritik48/personal-bookshelf
https://github.com/ritik48/personal-bookshelf
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ritik48/personal-bookshelf
- Owner: ritik48
- Created: 2024-06-07T19:51:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T20:07:40.000Z (about 1 year ago)
- Last Synced: 2025-03-21T10:54:25.493Z (3 months ago)
- Language: JavaScript
- Homepage: https://personal-bookshelf-assignment.vercel.app/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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