Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 465 Bytes

Prometheus, a IT blog.

A blog application based on Next.js and using GraphQL.


Env Variables

For the project to work perfectly, a file .env.local must be created at the root of the project following the variables:

NEXT_PUBLIC_GRAPHCMS_ENDPOINT='yourMasterEnvironmentGraphQL'
GRAPHCMS_TOKEN='yourPermanentTokenGraphQL'

P.S.: Don't forget the npm install command to install all dependencies that are required.


Good Hacking!