Skip to content

Steph0/resume-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume - Next.js

Description

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.

Development

By default app will be available at http://localhost:3000/

With Docker

 docker compose up --force-recreate --build -d

With node and npm

Run in local using the following commands

npm ci
npm run dev

Deployment

Production

Automatic Continuous Delivery to production is done with Github Actions.

Preview (staging)

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'

Third Parties I like and recommend

About

Resume built with Next.js (React)

Resources

License

Stars

Watchers

Forks