Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 469 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 469 Bytes

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.