Hosted on Vercel, check it out: https://stephenmehaut.vercel.app/
Resume built with Next.js 15+ (React). Tested with Testing Library. I tried using TailwindCSS to discover it.
By default app will be available at http://localhost:3000/
docker compose up --force-recreate --build -d
Run in local using the following commands
npm ci
npm run dev
Automatic Continuous Delivery to production is done with Github Actions.
Using a local act installation, you can trigger the Github Actions workflows and deploy on a Vercel preview environment.
Note that it requires a local .secrets
file with valid credentials.
./bin/act -W '.github/workflows/main.yml'
- Reactjs: https://react.dev/
- Nextjs: https://nextjs.org/
- Testing library: https://github.com/testing-library/react-testing-library
- ACT: https://github.com/nektos/act
- NVM: https://github.com/nvm-sh/nvm
- Knip: https://github.com/webpro-nl/knip