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-aiInstall Dependencies
Install all required packages:
npm installStart the Development Server
Run the development server:
npm run devOpen Your Browser
Visit the following URL:
http://localhost:3000You should now see Pulse AI running locally.
Troubleshooting
Node.js Version
Pulse AI requires Node.js 18 or later.
Check your version:
node -vReinstall Dependencies
If you encounter dependency issues, remove the existing installation and reinstall:
rm -rf node_modules package-lock.json
npm installNext Steps
Now that Pulse AI is running, continue with:
- Getting Started
- Project Structure
- Components
- Content Management
- Customization
- Deployment
Happy building with Pulse AI 🚀