This is my own resume using Next.js project bootstrapped with create-next-app using DatoCMS for data and prettied using TailwindCSS.
Want to create a datocms similar project ?
Create an .env file and set your Datocms variable :
DATOCMS_API_URL=https://graphql.datocms.com/
DATOCMS_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxIf the website is deployed staticaly, then you should remove Analytics using environment variable :
STATIC_DEPLOYMENT=trueFirst, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
First, run the development server:
npm run build