Run yarn dev
in your terminal and open http://localhost:3000 with your browser to see the result.
Create a .env
file and set the following environment variables:
Variable | Description |
---|---|
BASE_URL | Normally http://localhost:3000/ or https://wdsrocha.com/ |
NEXT_PUBLIC_GA_ID | Google Analytics Tag. If you don't know where to find it, check this |
TINA_PUBLIC_CLIENT_ID | CMS client ID. Get on <app.tina.io> |
TINA_TOKEN | CMS secret token. Get on <app.tina.io> |