First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
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.
To visit the production version of the application go to https://goil-test.vercel.app/ with your browser to see the result.
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)