Update README.md with typo fix , corrected instructions and improved clarity (#33)

* Update README.md with typo fix,corrected instructions and improved clarity

* Adjust bottom margin for better alignment on devices with >768px height
This commit is contained in:
Ashirbad Sahu 2023-12-07 22:53:07 +05:30 committed by GitHub
parent 38dadcd9b4
commit 6d8030308f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Feel free
## Requirements ## Requirements
- `pnpm` for the package management. (npm works too if you only want to build it) - `pnpm` for the package management. (You can also use npm if you only intend to build the project)
- `imagemagick` to generate the blurred background images. - `imagemagick` to generate the blurred background images.
## Development ## Development
@ -19,7 +19,7 @@ Feel free
- `pnpm install` To install the required npm packages - `pnpm install` To install the required npm packages
- `pnpm dev` To start the dev server - `pnpm dev` To start the dev server
- `pnpm build` To build the static site into `./build` - `pnpm build` To build the static site into `./build`
- `pnpm preview` To preview the builded site in `./build` ( no dev environment ) - `pnpm preview` To preview the built site in `./build` ( no dev environment )
## Credits ## Credits

View File

@ -36,7 +36,7 @@
<slot name="imageExtra" /> <slot name="imageExtra" />
</div> </div>
<div class="relative mb-2 flex grow flex-col font-mono"> <div class="relative mb-2 flex grow flex-col font-mono md:mb-6">
<button <button
class="flex min-w-[18rem] items-center justify-center gap-4 rounded-full border border-primary py-3 pl-6 pr-6 text-base font-medium transition-transform active:scale-[1.01]" class="flex min-w-[18rem] items-center justify-center gap-4 rounded-full border border-primary py-3 pl-6 pr-6 text-base font-medium transition-transform active:scale-[1.01]"
on:click={$$slots.default ? undefined : copyCommand} on:click={$$slots.default ? undefined : copyCommand}