Skip to content

Jadit19/shastra-cic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shastra 2023: Cosmic Innovation Challenge

Introduction

This repository contains the code for Question #3 A of the satellite imagery track of the cosmic innovation challenge as a part of Shastra 2023 organised by IIT Madras.

You can view the online calculator here: shastra-cic.vercel.app

The presentation for the same can be found here.

Local setup

  1. Make sude you have node and npm installed on your system.

  2. Clone this repository

git clone git@github.com:Jadit19/Shastra.git shastra-2023
cd shastra-2023
  1. Initialize
npm install
  1. For web:
npm start # For development server
npm run build # For production ready build
  1. For desktop application:
npm run electron:serve # For development and testing
npm run electron:build # For production ready build

Team Members

  • Vasu Paliwal
  • Rajarshi Dutta
  • Adit Jain