1
0
mirror of synced 2025-12-25 11:03:37 -05:00
Files
docs/components/README.md
2022-08-15 14:13:30 -07:00

4 lines
319 B
Markdown

# Components
This is the main source for our React components. They can be rendered by the server or the client via [Next.js](https://nextjs.org). The starting point for any component usage is the `pages/` directory, which uses a file-system routing paradigm to match paths to pages that then render these components.