Folder structure

Learn about the folder structure of Ground.

Core Folders

  • components/: Contains all the components used across the site.
  • fg/: Contains all the animations ready and tested to be shipped for production.
  • content/: Contains the documentation pages.
  • public/: Contains the static files.
  • app/: Contains the main Next.js app.
  • app/(hand-crafted)/: contains pages of testing environment.

You will mostly be working in the ground and content/docs folders while creating new animations and documentation pages.

other components