An open API service indexing awesome lists of open source software.

https://github.com/pacheco95/resume


https://github.com/pacheco95/resume

Last synced: 4 months ago
JSON representation

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)