Project website for the paper "Distilled Feature Fields Enable Few-Shot Language-Guided Manipulation".
Deployed at: https://f3rm.csail.mit.edu/
This website is built using Gatsby.js and Tailwind CSS.
- Install Node.js (v18 or later required). You can follow the instructions. here
- Install yarn with
npm install yarn
. - Install dependencies of this project with
yarn install
. - Start the development server with
yarn develop
.- The website should be available at http://localhost:8000/
- You can make edits to
src/pages/index.tsx
to see the website update in real-time
Checkout the Gatsby.js documentation for more details.
To build the website locally, run yarn build
.
To deploy the website to GitHub pages:
- Run
yarn deploy-ssh
for SSH-based auth. - Run
yarn deploy
for HTTPS-based auth.
Note: you will need to change your Git remote in package.json
to point to your own repository if you are
using this template for your own website.
This project is licensed under the MIT License. See the LICENSE file for details.