-
Notifications
You must be signed in to change notification settings - Fork 814
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Books App ([Demo](https://midu-books.netlify.app/)) | ||
|
||
Organize your reading journey with ease. Keep track of available books and create a personal list for future reads. | ||
|
||
![mobile-version app](<https://i.ibb.co/YT4NCcQ/desktopapp.png>) | ||
|
||
## How to install and run | ||
|
||
| Command | Action | | ||
| :------------------------ | :----------------------------------------------- | | ||
| `git clone (repo url)` | download repository | | ||
| `npm install` | Installs dependencies | | ||
| `npm run dev` | Starts local dev server at `localhost:3000` | | ||
| `npm run build` | Build your production site to `./dist/` | | ||
| `npm run preview` | Preview your build locally, before deploying | |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.