Setup
Simple instructions for integrating into an existing project.
This example builds on next-app-dir.
Step 1: Create new app next.js
Step 2: Install dependencies
Step 3: Modifying files (Copy from the code we provided).
- Copy and override
tsconfig.json
/jsconfig.json
. - Copy
src/theme
. - Remove
src/theme/with-settings/**
.
Step 4: Create files
Step 5: Update theme
Step 6: Testing