The source code for the Game Theory@IIITH website, made using next.js
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Currently, the website is deployed on github pages as a static site. To deploy, enable actions, and do either-
- push to the
build
branch, after setting appropriate permissions for thebuild
branch. - manually run the
deploy
workflow from the actions tab.