Installation¶
Get started with NextPresser by installing the necessary dependencies and setting up your project.
Prerequisites¶
Before you begin, ensure you have the following installed:
- Node.js 18.x or higher
- npm or yarn package manager
- WordPress installation (for backend)
- Git
Quick Start¶
# Clone the repository
git clone https://github.com/your-org/nextpresser.git
# Navigate to the project directory
cd nextpresser
# Install dependencies
npm install
# Copy environment variables
cp .env.example .env.local
# Start development server
npm run dev
Next Steps¶
Once installation is complete, proceed to: