Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulraikwar00/cv
My big picture aka portfolio
https://github.com/rahulraikwar00/cv
Last synced: 26 days ago
JSON representation
My big picture aka portfolio
- Host: GitHub
- URL: https://github.com/rahulraikwar00/cv
- Owner: rahulraikwar00
- License: mit
- Created: 2023-12-28T23:58:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T13:50:31.000Z (8 months ago)
- Last Synced: 2024-03-06T15:00:22.069Z (8 months ago)
- Language: TypeScript
- Homepage: https://lunosis.xyz
- Size: 447 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimalist CV
Simple web app that renders minimalist CV with print-friendly layout.
Built with Next.js and shadcn/ui, deployed on Vercel.
# Getting Started Locally
1. Clone this repository to your local machine:
```bash
git clone https://github.com/Rahulraikwar00/cv.git
```
3. Install dependencies:```bash
yarn install
```
4. Start the local Server:```bash
yarn dev
```
# License[MIT](https://choosealicense.com/licenses/mit/)