Skip to content

Passionatelytoooadorable/Digital-Marketing-Landing-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital-Marketing-Landing-Page

A simple landing page for digital marketing for your company.

Tech Stack

  • HTML
  • CSS (Bootstrap)
  • JavaScript (jQuery)

Installation

No installation is required to view this website, as it is deployed on a web server. Simply visit the website's URL to view it.

If you would like to run the website locally, clone the repository and open the index.html file in a web browser.

Contribution

We welcome contributions from the community! Before contributing, please review our Contribution Guidelines to get started.

Local development

Fork the repo

To contribute to this Discord-Clone, you must first fork the Discord-Clone repo.

Clone the repo

  1. Clone your GitHub forked repo:

    git clone https://github.com/<github_username>/Discord-Clone
  2. Go to the Discord-Clone directory:

    cd discord-clone

Install dependencies

  1. Install the dependencies in the root of the repo:

    npm install # install dependencies
  2. Copy the example .env.local.example to .env.local

    .env.local.example

Setup Environment variables

  • Create a .env.local in your root directory
  • Visit Supabase website to create a project, then get its base URL and base anon key.
  • Visit UploadThing website to create a new app and get its app ID and secret key.
  • Visit ClerkJS website to create a new app and get its public key and secret key.
  • Visit LiveKit website to create a new app and get its public key, URL, and secret key.
  • Paste the credentials in the respective positions.
  • Keep the rest as it is.

Testing

To start a development server

npm run dev # start all the applications

Visit http://localhost:3000/

Deployment

For deployment use services like Railway , Digital Ocean, AWS, Google Cloud, Azure, etc.

Show some ❤️ by starring this awesome repository!