Buy Template Now $65
Skip to main content

Installation

Thank you for purchasing Pulse AI. Follow the steps below to get the template running locally.

Extract the Template

After downloading the template, extract the ZIP file to your preferred location.

You should see a folder structure similar to:

pulse-ai/
├── app/
├── components/
├── content/
├── public/
├── package.json
└── ...

Open the Project Folder

Open a terminal and navigate to the Pulse AI project directory:

cd pulse-ai

Install Dependencies

Install all required packages:

npm install

Start the Development Server

Run the development server:

npm run dev

Open Your Browser

Visit the following URL:

http://localhost:3000

You should now see Pulse AI running locally.

Troubleshooting

Node.js Version

Pulse AI requires Node.js 18 or later.

Check your version:

node -v

Reinstall Dependencies

If you encounter dependency issues, remove the existing installation and reinstall:

rm -rf node_modules package-lock.json
npm install

Next Steps

Now that Pulse AI is running, continue with:

  • Getting Started
  • Project Structure
  • Components
  • Content Management
  • Customization
  • Deployment

Happy building with Pulse AI 🚀