A simple landing page for digital marketing for your company.
- HTML
- CSS (Bootstrap)
- JavaScript (jQuery)
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.
We welcome contributions from the community! Before contributing, please review our Contribution Guidelines to get started.
To contribute to this Discord-Clone, you must first fork the Discord-Clone repo.
-
Clone your GitHub forked repo:
git clone https://github.com/<github_username>/Discord-Clone
-
Go to the Discord-Clone directory:
cd discord-clone
-
Install the dependencies in the root of the repo:
npm install # install dependencies
-
Copy the example
.env.local.example
to.env.local
.env.local.example
- 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.
To start a development server
npm run dev # start all the applications
Visit http://localhost:3000/
For deployment use services like Railway , Digital Ocean, AWS, Google Cloud, Azure, etc.