Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 813 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 813 Bytes

TEDxNITRourkela Website

The WebApp for TEDxNITRourkela

Hosted at tedxnitrourkela.com

Production Status Staging Status

  • Developed on React.js

Installation

Requirements

  • Node.js v14 LTS or later (with NPM CLI)
  • Yarn CLI
  • Git CLI

Procedure

$ git clone https://github.com/TEDxNITRourkela/website.git
$ cd website
$ yarn install

To Run

  • Development
$ yarn start
  • Testing
$ yarn test
  • Production
$ yarn build

Contributing

See CONTRIBUTING.md