https://github.com/pacheco95/resume
https://github.com/pacheco95/resume
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pacheco95/resume
- Owner: Pacheco95
- Created: 2023-07-21T19:01:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T01:15:26.000Z (5 months ago)
- Last Synced: 2025-01-16T02:26:32.502Z (5 months ago)
- Language: TypeScript
- Homepage: https://michael-pacheco.dev
- Size: 861 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Michael Pacheco's resume
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
- Install [nvm](https://github.com/nvm-sh/nvm)
- Install the appropriate node version specified in [`.nvmrc`](.nvmrc) file:
```shell
nvm install
```
- Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000)