clone
the github repositorycd
into the root of the directory- run
bun install
to install packages - run
bun run dev
to run the application
- run
docker pull sramalho94/bun_portfolio:latest
- inside the root of the project direcotry run
docker-compose -f docker-compose.dev.yml up -d --build
- got to http://localhost:3000 to see the application
- Next.js
- Tailwindcss
- Docker
- Bun
- TypeScript
- AWS Amplify
-
Workflows are integrated using github actions
-
dependency_check.yml
- checks for any dependency warnings, if there are warnings then the PR is rejected and the dependencies causing the warnings are listed in a automated comment on the PR
-
- Branches that open Pull Requests to the
dev
branch are automatically deployed throughAWS Amplify Previews
- First and foremost, I would like to express my sincerest gratitude to the recruiters, professionals, and peers who are taking the time to review my portfolio. Your consideration and feedback are invaluable as I continue to grow and refine my skills in the software engineering field.
- I am deeply grateful to the numerous software engineers who have generously shared their knowledge, expertise, and encouragement throughout my journey. Their guidance and collaboration have been instrumental in honing my skills and fostering a passion for learning and innovation.
- Lastly, I extend my heartfelt thanks to the creators and contributors of Next.js and TailwindCSS. Their dedication to developing and maintaining these robust, performance-oriented frameworks has provided the software engineering community with versatile tools that empower developers to build scalable, modular, and visually appealing web applications.