You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,12 @@ Over time, we've managed to add features and improve the design. There are still
10
10
- Follow us on X at **[@coderdiaz »](https://x.com/coderdiaz)**
11
11
- Wish to contribute? Here is how:
12
12
13
-
## Installation
13
+
## How to contribute
14
14
15
15
Cvfolio is built on top of Astro and uses TailwindCSS for generate the website. If you are familiar with Astro, you should feel right at home.
16
16
17
17
In terms of local development, you can use the following requirements:
18
+
18
19
- Node.js - v18.17.1 or v20.3.0, v22.0.0 or higher.
19
20
20
21
If you have these requirements, you can start by cloning the repository and installing the dependencies:
@@ -45,6 +46,7 @@ bun dev
45
46
```
46
47
47
48
If everything is OK, push your branch and create a pull request:
49
+
48
50
```sh
49
51
git commit -am "Your commit message"
50
52
@@ -53,7 +55,6 @@ git push
53
55
54
56
Visit [github.com/coderdiaz-studio/cvfolio/pulls](https://github.com/coderdiaz-studio/cvfolio/pulls) and create a pull request.
55
57
56
-
57
58
## 🚀 Project Structure
58
59
59
60
Inside of your Astro project, you'll see the following folders and files:
@@ -77,9 +78,9 @@ Any static assets, like images, can be placed in the `public/` directory.
77
78
78
79
All commands are run from the root of the project, from a terminal:
0 commit comments