Skip to content

gian-in/iith-gian

Repository files navigation

IITH GIAN

This is the repository for the IITH GIAN page. The page is hosted at https://iith.ac.in/gian/.

Getting Started

  1. Clone the repository

    git clone https://github.com/gian-in/iith-gian.git
  2. Install the dependencies

    cd iith-gian
    yarn
  3. Create a .env file in the root directory and add the following environment variables

     VITE_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.

  4. Run the development server

    yarn dev

    or

  5. To build

    yarn build

    Build files can be found in dist folder.