Skip to content

TEDxNITRourkela/website

Repository files navigation

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