From ef567587216f017a9d89cf99b122cfdc1c7cff4e Mon Sep 17 00:00:00 2001 From: fjrodafo Date: Tue, 24 Dec 2024 18:21:06 +0000 Subject: [PATCH] v14 --- App/.dockerignore | 2 +- App/README.md | 18 ++++++++++++------ App/src/data/resume.tsx | 9 +++++++++ CHANGELOG.md | 3 +++ VERSION.md | 2 +- 5 files changed, 26 insertions(+), 8 deletions(-) diff --git a/App/.dockerignore b/App/.dockerignore index e556e3f..2220c5d 100644 --- a/App/.dockerignore +++ b/App/.dockerignore @@ -1,2 +1,2 @@ /.vercel -/node_modules \ No newline at end of file +/node_modules diff --git a/App/README.md b/App/README.md index 30d44fb..47c439a 100644 --- a/App/README.md +++ b/App/README.md @@ -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 @@ -20,6 +22,8 @@ My professional minimalist cv, made with [Nextjs](https://nextjs.org/), powered ``` App/ +├── .next/ +│ └── ... ├── node_modules/ │ └── ... ├── public/ @@ -55,7 +59,7 @@ App/ ``` -## Run it! +## Download the code Open your directory where you save your repositories and clone it with the following command: @@ -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 @@ -117,7 +123,7 @@ Run the container: docker compose up -d ``` -Stop the Container: +Stop the container: ```shell docker compose down diff --git a/App/src/data/resume.tsx b/App/src/data/resume.tsx index cae12f1..58e1afe 100644 --- a/App/src/data/resume.tsx +++ b/App/src/data/resume.tsx @@ -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; diff --git a/CHANGELOG.md b/CHANGELOG.md index 9010b02..4e17a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 | diff --git a/VERSION.md b/VERSION.md index ac4cbe3..9bbb028 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -`v13` \ No newline at end of file +`v14` \ No newline at end of file