This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npx next devOpen http://localhost:3000 with your browser to see the result.
To be able to use the papperlapapp prediction package, you have to create a Github Token with at least packages read scope.
We use direnv to manange our env here. Please brew install direnv and direnv allow in the root of this project.
Then cp .envrc.sample .envrc and add your token to the .envrc file.
Then direnv allow again.
Finally you can run npm i
The tinkering with direnv is one time only. You might only have to do this again if you add new env variables.