Installing Nexus Theme
Install the Nexus theme with the Finqu CLI.
Prerequisites
- Node.js 18+ installed
- A Finqu merchant account
- Finqu CLI installed (
npm install -g @finqu/cli)
Installation
Create a new Nexus theme storefront using the Finqu CLI:
finqu storefront create <name>This command clones the Nexus theme repository and sets up a new storefront project. Replace <name> with your desired project name.
After the project is created:
- Navigate to the project directory:
cd <name>- Install dependencies:
pnpm install- Start the development server:
pnpm devYour Nexus storefront will be available at http://localhost:3000.
Configuration
After installation, configure your storefront by setting up environment variables (see Environment Variables).
Next Steps
- Architecture Overview - Understand how the theme works
- Visual Editing with Puck - Learn to use Puck for page building
- Environment Variables - Configure your storefront
- Storefront SDK - Integrate with the GraphQL API
Troubleshooting
If you encounter issues:
- Check CLI Troubleshooting for common issues
- Verify Node.js version (18+)
- Ensure you’re signed in to Finqu CLI
- Check your store domain configuration