https://github.com/harish-sethuraman/cv
https://github.com/harish-sethuraman/cv
cv resume-template
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harish-sethuraman/cv
- Owner: harish-sethuraman
- License: mit
- Created: 2024-06-15T18:38:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T06:49:48.000Z (12 months ago)
- Last Synced: 2024-12-06T13:15:52.275Z (6 months ago)
- Topics: cv, resume-template
- Language: TypeScript
- Homepage: https://cv.strek.in
- Size: 324 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)