Skip to content

PedroFumero/goil-test

Repository files navigation

Development Server

First, run the development server:

npm run dev

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

E2E Tests

Tests are written using Cypress, so to run tests you need to open the test runner tool:

npm run cypress:open

P.S.: You need to have the development server up and running to test the application.

Production App

To visit the production version of the application go to https://goil-test.vercel.app/ with your browser to see the result.

IMPORTANT

You need to create a .env file in the root directory and include the property: NEXT_PUBLIC_GITHUB_TOKEN with the value (generated from your GitHub account)