Skip to content

elzinko/my-resume

Repository files navigation

MY RESUME

checkly

This is my own resume using Next.js project bootstrapped with create-next-app using DatoCMS for data and prettied using TailwindCSS.

Getting Started

1 - create Datocms project

Want to create a datocms similar project ?

Clone DatoCMS project

2 - configure environment variables

Create an .env file and set your Datocms variable :

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 :

STATIC_DEPLOYMENT=true

3 - run in dev mode

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

3 - build for production

First, run the development server:

npm run build

Packages

 
 
 

Contributors