This is the documentation website for EgoExo4D. https://docs.ego-exo4d-data.org/
All steps assume you're using a stable version of node & yarn, which you can install easily via nvm
(see below).
Install: https://github.com/nvm-sh/nvm#installing-and-updating
nvm install stable
nvm use stable
Please ensure you're using a stable version of node, i.e. run nvm use stable
before the following
npm install -g yarn
From the root directory of this repo:
yarn install
yarn start
yarn deploy
Feel free to contribute.
If you are contributing a notebook, please ensure all cells have been cleared.