Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 560 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 560 Bytes

The source code for the Game Theory@IIITH website, made using next.js

Getting Started

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.

Deploying

Currently, the website is deployed on github pages as a static site. To deploy, enable actions, and do either-

  1. push to the build branch, after setting appropriate permissions for the build branch.
  2. manually run the deploy workflow from the actions tab.