If you want to read this readme in Spanish
My personal portfolio, a website where my skills and achievements as a web developer are showcased. Here you will also find a variety of projects that I have created. My portfolio is optimized for all devices, ensuring a smooth user experience on both computers and mobiles. π
X-UA-Compatible
meta tag, which helps ensure compatibility with multiple browsers, especially older versions of Internet Explorer.git clone [email protected]:joserafael0160/Jose-Rafael-portfolio.git
# Install bun for MacOS, WSL & Linux:
curl -fsSL https://bun.sh/install | bash
# Install bun for Windows:
powershell -c "iwr bun.sh/install.ps1|iex"
# Install with bun:
bun install
# Install pnpm globally if you don't have it:
npm install -g pnpm
# Install dependencies:
pnpm install
# Run with bun:
bun run dev
# Run with pnpm:
pnpm run dev
Command | Action | |
---|---|---|
βοΈ | dev |
Starts local dev server. |
βοΈ | build |
Build your production site to ./dist/ . |
βοΈ | preview |
Preview your build locally, before deploying. |
Contributions are always welcome! Whether youβre reporting bugs, requesting new features, or improving existing functionalities, your help is greatly appreciated.
If you have any suggestions that could improve the project, please make a fork of the repository and create a pull request. You can also simply open an issue with the βenhancementβ label.
Here is a quick guide:
git clone <URL of the fork>
)git remote add upstream <URL of the original repository>
)git switch -c feature/NewFeature
)git commit -m 'Add: some NewFeature'
)git push origin feature/NewFeature
)Don't forget to leave a star βοΈ
βοΈ
A project created by @joserafael0160