 ### Inside the `example/docs` there is a empty nextjs app, that you have to change according to the wireframe that is provided in the picture above. ### Important points: - Keep the UI for the sidebar in `app/layout.tsx`. - Routes need to be in this manner: ``` - app/ - layout.tsx - presets/ - glare/ - page.tsx ``` - Keep the code in a structured format (i.e: keep the UI components inside `/components`). - You can add some creativity in the design, no need to be strict about the provided design.
Inside the
example/docsthere is a empty nextjs app, that you have to change according to the wireframe that is provided in the picture above.Important points:
app/layout.tsx./components).