Skip to content

Commit

Permalink
v14
Browse files Browse the repository at this point in the history
  • Loading branch information
FJrodafo committed Dec 24, 2024
1 parent 8b83d53 commit ef56758
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion App/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/.vercel
/node_modules
/node_modules
18 changes: 12 additions & 6 deletions App/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

1. [Introduction](#introduction)
2. [Project Structure](#project-structure)
3. [Run it!](#run-it)
4. [Run with Docker](#run-with-docker)
5. [Build Docker image on your own](#build-docker-image-on-your-own)
6. [Learn More](#learn-more)
3. [Download the code](#download-the-code)
4. [Run it!](#run-it)
5. [Run with Docker](#run-with-docker)
6. [Build Docker image on your own](#build-docker-image-on-your-own)
7. [Learn More](#learn-more)
8. [Deploy on Vercel](#deploy-on-vercel)

## Introduction

Expand All @@ -20,6 +22,8 @@ My professional minimalist cv, made with [Nextjs](https://nextjs.org/), powered

```
App/
├── .next/
│ └── ...
├── node_modules/
│ └── ...
├── public/
Expand Down Expand Up @@ -55,7 +59,7 @@ App/
```
</details>

## Run it!
## Download the code

Open your directory where you save your repositories and clone it with the following command:

Expand All @@ -74,6 +78,8 @@ git clone https://gitlab.com/FJrodafo/CV.git
git clone https://bitbucket.org/fjrodafo/cv.git
```

## Run it!

This project must be initialized and the necessary dependencies installed with the following command (Make sure you are in the `App` directory):

```shell
Expand Down Expand Up @@ -117,7 +123,7 @@ Run the container:
docker compose up -d
```

Stop the Container:
Stop the container:

```shell
docker compose down
Expand Down
9 changes: 9 additions & 0 deletions App/src/data/resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,14 @@ export const RESUME_DATA = {
href: "https://github.com/FJrodafo/free-port",
},
},
{
title: "to-do",
techStack: ["Package", "JavaScript"],
description: "Fast and minimalist to-do app!",
link: {
label: "github.com",
href: "https://github.com/FJrodafo/to-do",
},
},
],
} as const;
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
```
* Commit: 8b83d53 - v13
| Author: fjrodafo - Wed, 11 Dec 2024 16:54:54 +0000
|
* Commit: 3b7a834 - v12
| Author: fjrodafo - Sat, 7 Dec 2024 19:08:38 +0000
|
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`v13`
`v14`

0 comments on commit ef56758

Please sign in to comment.