Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 1005 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 1005 Bytes

Build Status Issues Forks Stars License

Proj_kc01

Help the students and faculties of JSSATE to explore various sections of the college

Getting Started

Clone the repository and get into the directory

git clone https://github.com/ncs-jss/Proj_kc01.git
cd Proj_kc01

Prerequisites

Install Node and Yarn globally

Installing

After cloning the repository run the following commands to install and run on localhost

yarn install
yarn start

The project will be hosted on localhost:3000

Running the tests

To test, run the following commands in the terminal

yarn test