Skip to content

Lakidu123/laka-md

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

WhatsApp Channel

lakaofc :: Visitor's Count

 


1. Fork This Repository

Start by forking this repository to your own GitHub account. Click the button below to fork:

2. Get Session ID

You will need a session ID to run the LAKA=MD. Click the button below to obtain your session ID.if any error in loading site try vpn:

Get Pair Code (Session ID)

Pairing Code

Deployment

You can deploy this bot for free on the following platforms:

Deploy

GitHub Actions Workflows

Node.js CI

You can set up a continuous integration workflow by creating a .github/workflows/nodejs.yml file with the following content:

.github/workflows/nodejs.yml
name: Node.js CI

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

jobs:
  build:

    runs-on: ubuntu-latest

    strategy:
      matrix:
        node-version: [20.x]

    steps:
    - name: Checkout repository
      uses: actions/checkout@v3

    - name: Set up Node.js
      uses: actions/setup-node@v3
      with:
        node-version: ${{ matrix.node-version }}

    - name: Install dependencies
      run: npm install

    - name: Start application
      run: npm start

🔗 LAKA-MD INFO


repo views

Docker Size Docker Pulls

forks stars

size license developer

🌐 WhatsApp Channel


Stay connected with the latest updates and community by joining our official WhatsApp group and channel. You can also contact the owner directly.

WhatsApp Channel



⚠️ Warning ⚠️


Don't Copy Without Permission



About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.4%
  • Dockerfile 9.6%