Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

AI4Bharat/Shoonya-Frontend-Old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoonya-Frontend

Repository for Shoonya's Frontend

Installation

Recommended to use Docker. The installation and setup instructions have been tested on the following platforms:

  • Docker
  • Docker-Compose
  • Ubuntu 20.04

If you are using a different operating system, you will have to look at external resources (eg. StackOverflow) to correct any errors.

Docker Installation

cd to the root folder .Once inside, build the docker containers:

docker-compose build

Running the front-end

To run the containers:

docker-compose up

Press Ctrl+C in terminal to stop the containers.

Setup the front-end without Docker

cd to the frontend folder. Install all dependencies

npm install

Running without Docker

Run the following command

npm start

This should start the frontend on localhost:3000