@@ -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
1515Cvfolio 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
1717In 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
2021If you have these requirements, you can start by cloning the repository and installing the dependencies:
@@ -45,6 +46,7 @@ bun dev
4546```
4647
4748If everything is OK, push your branch and create a pull request:
49+
4850``` sh
4951git commit -am " Your commit message"
5052
@@ -53,7 +55,6 @@ git push
5355
5456Visit [ github.com/coderdiaz-studio/cvfolio/pulls] ( https://github.com/coderdiaz-studio/cvfolio/pulls ) and create a pull request.
5557
56-
5758## 🚀 Project Structure
5859
5960Inside 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
7879All 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