Skip to content

A showcase platform for projects and research at S.P.I.T

Notifications You must be signed in to change notification settings

TejasBhitle/TechForSocial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TechForSocial

Installation Instructions

Clone this repository $ git clone https://github.com/TejasBhitle/TechForSocial.git

Use Node v10.19.0 for building project

Frontend

  1. cd frontend
  2. Run npm install. This will install the dependencies.
  3. Run ng serve -poll=2000 to run the server.
    PS:- We are using Angular-Cli for developing angular.

Deploy to firebase

  1. ng build #Use node v10.19.0
  2. cd frontend
  3. firebase login # Use latest node version if error
  4. firebase deploy