Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonio-marasescu/portfolio
https://github.com/antonio-marasescu/portfolio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonio-marasescu/portfolio
- Owner: antonio-marasescu
- Created: 2024-03-09T08:55:19.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T04:48:24.000Z (2 months ago)
- Last Synced: 2024-11-14T05:26:41.256Z (2 months ago)
- Language: TypeScript
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
This is my personal portfolio website containing the code for the website, the structure for the pdf resume and the necessary infrastructure as code for hosting.
## Bootstrap
- Clone the repository
- Run `npm install`
- Run `npm dev` to run locally## Structure
- `/src` the frontend application code.
- `/infra` the CDK code for hosting on AWS.
- `/.github/workflows` for the project deployment pipelines.
- `antonio-resume.json` the [json resume standard](https://jsonresume.org/) for the pdf.## Acknowledgments
For this project I used the following tools:
- [Tailwind](https://tailwindcss.com/)
- [React](https://react.dev/)
- [Aceternity](https://ui.aceternity.com/)
- [Shadcn](https://ui.shadcn.com/)
- [JSON Resume](https://jsonresume.org/)
- [HackMyResume](https://github.com/hacksalot/HackMyResume)
- [Nx](https://nx.dev/)