This is a Next.js project bootstrapped with create-next-app.
You can test this project live on Vercel
This app fetch Github commit history from a backend built on top of NestJS deployed on Adaptable.
If you want to run this project on your machine you must have NodeJS installed.
First clone the backend repo
git clone https://github.com/shoshincl/fulltimeforce_backend_nest.gitThen cd into it and install dependencies.
npm install --sAfter that run the server with
npm run start:devOnce the backend is running clone this repo
git clone https://github.com/shoshincl/fulltimeforce_frontend_next.gitThen cd into the directory and install dependencies.
npm install --sFinally the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.