https://github.com/elzinko/my-resume
Thomas Couderc's resume
https://github.com/elzinko/my-resume
datocms github-actions github-pages nextjs13 resume tailwind vercel
Last synced: 5 months ago
JSON representation
Thomas Couderc's resume
- Host: GitHub
- URL: https://github.com/elzinko/my-resume
- Owner: elzinko
- Created: 2023-03-14T16:32:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T23:20:44.000Z (5 months ago)
- Last Synced: 2026-01-27T23:36:05.494Z (5 months ago)
- Topics: datocms, github-actions, github-pages, nextjs13, resume, tailwind, vercel
- Language: TypeScript
- Homepage: https://elzinko.github.io/my-resume/fr
- Size: 8.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MY RESUME

This is my own resume using [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) using [DatoCMS](https://www.datocms.com/) for data and prettied using [TailwindCSS](https://tailwindcss.com/docs/).
## Getting Started
### 1 - create Datocms project
Want to create a [datocms](https://www.datocms.com/) similar project ?
[](https://dashboard.datocms.com/clone?projectId=96311&name=cv-thomas-couderc)
### 2 - configure environment variables
Create an .env file and set your Datocms variable :
```env
DATOCMS_API_URL=https://graphql.datocms.com/
DATOCMS_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```
If the website is deployed staticaly, then you should remove Analytics using environment variable :
```env
STATIC_DEPLOYMENT=true
```
### 3 - run in dev mode
First, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### 3 - build for production
First, run the development server:
```bash
npm run build
```