Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update readme #17

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<div align="center">
<img alt="Portfolio" src="./portfolio.png" width="100%">
</div>

> This portfolio is using the template provided by [Magic UI](https://magicui.design/)
>
> Big Thanks to [Dillion](https://github.com/dillionverma) for creating this amazing portolio 🚀
# andostronaut.com

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fandostronaut%2Fandostronaut.com)

Built with [Next.js](https://nextjs.org/), [Shadcn/ui](https://ui.shadcn.com/), and [Magic UI](https://magicui.design/).

# Getting Started Locally
## Credit

This portfolio is using the template provided by [Magic UI](https://magicui.design/)

## Getting Started Locally

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible typo in command.

The command bun install might be a typo. Typically, the command should be npm install or yarn install unless bun is a specific package manager being used.

- bun install
+ npm install

Committable suggestion was skipped due to low confidence.

```bash
git clone https://github.com/andostronaut/andostronaut.com.git
Expand All @@ -19,10 +17,10 @@ bun install
bun dev
```

# Configuration
## Configuration

Open the [Config file](./src/data/resume.tsx) and make changes

# License
## License

Licensed under the [MIT license](LICENSE.md).
Binary file removed portfolio.png
Binary file not shown.
Loading