Skip to content

Commit 227269e

Browse files
committed
MInor changes2
1 parent 9a46d48 commit 227269e

File tree

2 files changed

+0
-73
lines changed

2 files changed

+0
-73
lines changed

.gitignore

-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
/node_modules
55
/.pnp
66
.pnp.js
7-
.yarn/install-state.gz
87

98
# testing
109
/coverage
@@ -20,11 +19,6 @@
2019
.DS_Store
2120
*.pem
2221

23-
# debug
24-
npm-debug.log*
25-
yarn-debug.log*
26-
yarn-error.log*
27-
2822
# local env files
2923
.env*.local
3024

README.md

-67
Original file line numberDiff line numberDiff line change
@@ -1,67 +0,0 @@
1-
![cv](https://github.com/BartoszJarocki/cv/assets/1017620/79bdb9fc-0b20-4d2c-aafe-0526ad4a71d2)
2-
3-
# Minimalist CV [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FBartoszJarocki%2Fcv)
4-
5-
Simple web app that renders minimalist CV with print-friendly layout.
6-
7-
Built with Next.js and shadcn/ui, deployed on Vercel.
8-
9-
# Features
10-
11-
- Setup only takes a few minutes [single config file](./src/data/resume-data.tsx)
12-
- Built using Next.js 14, React, Typescript, Shadcn/ui, TailwindCss
13-
- Auto generated Layout
14-
- Responsive for different devices
15-
- Optimized for Next.js and Vercel
16-
17-
# Getting Started Locally
18-
19-
1. Clone this repository to your local machine:
20-
21-
```bash
22-
git clone https://github.com/BartoszJarocki/cv.git
23-
```
24-
25-
2. Move to the cloned directory
26-
27-
```bash
28-
cd cv
29-
```
30-
31-
3. Install dependencies:
32-
33-
```bash
34-
yarn install
35-
```
36-
37-
4. Start the local Server:
38-
39-
```bash
40-
yarn dev
41-
```
42-
43-
5. Open the [Config file](./src/data/resume-data.tsx) and make changes
44-
45-
# Run with Docker
46-
47-
Build the container
48-
49-
```
50-
docker compose build
51-
```
52-
53-
Run the container
54-
55-
```
56-
docker compose up -d
57-
```
58-
59-
Stop the Container
60-
61-
```
62-
docker compose down
63-
```
64-
65-
# License
66-
67-
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)