This is the source code for Joe LeBlanc's personal website, showcasing software engineering leadership and services for startups.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To learn more about the technologies used in this project:
- Next.js Documentation - learn about Next.js features and API.
- Tailwind CSS - a utility-first CSS framework.
This site is configured for static export. To deploy:
- Run
npm run build
to generate the static files. - The output will be in the
out
directory, which can be deployed to any static hosting service.