Skip to content

stecknologies/stecknologies.com

Repository files navigation

stecknologies.com

The official homepage for Stecknologies, Inc. View here

To run locally:

  1. Install dependencies

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  2. Run locally

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  3. Open http://localhost:3000 with your browser to see the result.