The WebApp for TEDxNITRourkela
Hosted at tedxnitrourkela.com
- Developed on React.js and Gatsby.js
- Node.js v14 LTS or later (with NPM CLI)
- Yarn CLI
- Git CLI
$ git clone https://github.com/TEDxNITRourkela/website-v2.git
$ cd website
$ yarn install
- Development
$ yarn develop
- Testing
$ yarn test
- Production
$ yarn build