Ensure that you have NodeJS installed(https://nodejs.org/en/download/)
Ensure that you have bun installed as well(https://bun.sh)
In order to get the packages run
bun install
In order to run the package
npm run dev
# or
bun run dev
Open http://localhost:3000 with your browser to see the frontend result.
To edit the main page, edit /public/research-paper-content.json and the changes will be reflected in the GUI.
To change ports, in package.json: "dev": "next dev"
to "dev": "next dev -p 4000"