Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the dev branch #6

Merged
merged 14 commits into from
Dec 20, 2023
Merged
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tabWidth": 2,
"useTabs": false
"useTabs": true
}
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,40 @@
Welcome to my portfolio repository! This repository showcases my projects, skills, and achievements as a software developer.



### [Go to portfolio](https://eperezme.com)


## Project Structure

The project has the following structure:

- `src/`: This is where the main application code is located.
- `App.jsx`: This is the main React component for the application.
- `main.jsx`: This is the entry point for the application.
- `assets/`: This directory contains various assets used in the project, such as SVGs and CSS files.
- `functions/`: This directory contains various utility functions used throughout the project.
- `public/`: This directory contains public assets that are served directly by the server.
- `.github/workflows/`: This directory contains GitHub Actions workflows for deploying the application.
- `vite.config.js`: This is the configuration file for Vite, which is used for building and serving the application.

## Getting Started

To get started with development:

1. Clone the repository.
2. Run `npm install` to install dependencies.
3. Run `npm start` to start the development server.

## Deployment

This project is deployed using GitHub Actions. See the workflows in `.github/workflows/` for more details.

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.

## License

This project is licensed under the MIT License.

Loading