This is the repository for the IITH GIAN page. The page is hosted at https://iith.ac.in/gian/.
-
Clone the repository
git clone https://github.com/gian-in/iith-gian.git
-
Install the dependencies
cd iith-gian yarn -
Create a
.envfile in the root directory and add the following environment variablesVITE_API_FP2 = 'http://localhost:<port>/fp2' VITE_API_FP1 = 'http://localhost:<port>/fp1'
Replace
<port>with the port number where the backend server is running. -
Run the development server
yarn dev
or
-
To build
yarn build
Build files can be found in
distfolder.