Skip to content

Commit 3b2807f

Browse files
committed
fix: improved readme.md
1 parent 50d2f07 commit 3b2807f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ Over time, we've managed to add features and improve the design. There are still
1010
- Follow us on X at **[@coderdiaz »](https://x.com/coderdiaz)**
1111
- Wish to contribute? Here is how:
1212

13-
## Installation
13+
## How to contribute
1414

1515
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.
1616

1717
In terms of local development, you can use the following requirements:
18+
1819
- Node.js - v18.17.1 or v20.3.0, v22.0.0 or higher.
1920

2021
If you have these requirements, you can start by cloning the repository and installing the dependencies:
@@ -45,6 +46,7 @@ bun dev
4546
```
4647

4748
If everything is OK, push your branch and create a pull request:
49+
4850
```sh
4951
git commit -am "Your commit message"
5052

@@ -53,7 +55,6 @@ git push
5355

5456
Visit [github.com/coderdiaz-studio/cvfolio/pulls](https://github.com/coderdiaz-studio/cvfolio/pulls) and create a pull request.
5557

56-
5758
## 🚀 Project Structure
5859

5960
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.
7778

7879
All commands are run from the root of the project, from a terminal:
7980

80-
| Command | Action |
81-
| :------------------------ | :----------------------------------------------- |
82-
| `bun install` | Installs dependencies |
81+
| Command | Action |
82+
| :-------------------- | :----------------------------------------------- |
83+
| `bun install` | Installs dependencies |
8384
| `bun dev` | Starts local dev server at `localhost:4321` |
8485
| `bun build` | Build your production site to `./dist/` |
8586
| `bun preview` | Preview your build locally, before deploying |

0 commit comments

Comments
 (0)