# Installing Nexus Theme Get started with Nexus theme in minutes. ## 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: ```bash finqu storefront create ``` This command clones the Nexus theme repository and sets up a new storefront project. Replace `` with your desired project name. After the project is created: 1. **Navigate to the project directory**: ```bash cd ``` 2. **Install dependencies**: ```bash pnpm install ``` 3. **Start the development server**: ```bash pnpm dev ``` Your Nexus storefront will be available at `http://localhost:3000`. ## Configuration After installation, configure your storefront by setting up environment variables (see [Environment Variables](./environment-variables)). ## Next Steps - [Architecture Overview](./architecture) - Understand how the theme works - [Visual Editing with Puck](./visual-editing) - Learn to use Puck for page building - [Environment Variables](./environment-variables) - Configure your storefront - [Storefront SDK](./../storefront-sdk/overview) - Integrate with the GraphQL API ## Troubleshooting If you encounter issues: - Check [Troubleshooting Guide](./troubleshooting) for common issues - Check [CLI Troubleshooting](/apis-and-tools/cli/troubleshooting) - Verify Node.js version (18+) - Ensure you're signed in to Finqu CLI - Check your store domain configuration