Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 1.84 KB

README.md

File metadata and controls

77 lines (47 loc) · 1.84 KB

Banner

📌 Overview

StarterPack is a web development kit that enables quick site creation with responsive design, contact form, NextUI components, and Google Analytics integration. It utilizes essential dependencies like Strapi, React, and styled-components.

⚙️ Setting Up

CLIENT_URL

  • Set the URL where the client application is hosted. For local development, use http://localhost:3000.

GA_TRACKING_ID

  • Obtain your Google Analytics tracking ID by creating a new property in your Google Analytics account.

MAIL_FROM

  • Insert the email address you want to use as the "From" address for outgoing emails.

MAIL_HOST

  • Insert the hostname or IP address of the email server you want to use for sending emails.

MAIL_PORT

  • Insert the port number of the email server you want to use for sending emails.

MAIL_PWD

  • Insert the password for the email account you want to use for sending emails.

MAIL_USER

  • Insert the username or email address of the email account you want to use for sending emails.

STRAPI_API_TOKEN

  • Generate an API token in your Strapi admin panel.

🚀 Run Locally

1.Clone the StarterPack repository:

git clone https://github.com/koala819/StarterPack

2.Install the dependencies with one of the package managers listed below:

pnpm install
bun install
npm install
yarn install

3.Start the development mode:

pnpm dev
bun dev
npm run dev
yarn dev

☁️ Deploy

StarterPack by DIX31

📄 License

This project is licensed under the MIT License - see the MIT License file for details.