Documentation
Installation
Get up and running with Pulse Commerce in minutes.
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js 18 or higher - npm, pnpm, or yarn
Quick Start
1. Clone the repository or extract the theme files 2. Install dependencies 3. Start the development server
# Install dependencies
npm install# Start development server
npm run dev
Build for Production
# Build the site
npm run build# Preview the build
npm run preview
Deployment
Pulse Commerce can be deployed to any static hosting platform:
- **Vercel**: Push to GitHub and connect to Vercel
- **Netlify**: Drag and drop the dist folder or connect to Git
- **Cloudflare Pages**: Connect your repository
See the deployment guide for detailed instructions.