Skip to content

Commit

Permalink
Merge pull request #28 from andostronaut/develop
Browse files Browse the repository at this point in the history
docs: update readme doc
  • Loading branch information
andostronaut authored Aug 12, 2024
2 parents 22eed62 + d43390b commit 8e4ae52
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# andostronaut.com
# Andostronaut

[![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/).

## Credit

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

## Getting Started Locally
```bash
pnpm install
```

```bash
git clone https://github.com/andostronaut/andostronaut.com.git
cd andostronaut.com
bun install
bun dev
pnpm dev
```

And visit localhost:3000 to preview your changes.

## Configuration

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

0 comments on commit 8e4ae52

Please sign in to comment.