diff --git a/README.md b/README.md index 46fe938..bcb60bb 100755 --- a/README.md +++ b/README.md @@ -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