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

https://github.com/harish-sethuraman/cv


https://github.com/harish-sethuraman/cv

cv resume-template

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

# cv

cv of [Harish Kumar S S](https://strek.in), tired of writing `laTeX` migrated the template to `mdx` and `nextjs` with print preview and mobile support

## usage

- install dependencies

- run the development server

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.mdx`. The page auto-updates as you edit the file.

> The open graph image is generated dynamically from the markdown so make sure you add a `` and ``

## License

[MIT](LICENSE)