Skip to content
/ Podex Public template

PowerShell/Pode + htmx Framework for Building Web Applications

License

Notifications You must be signed in to change notification settings

adminware/Podex

Repository files navigation

Podex - PowerShell/Pode + htmx Framework for Building Web Applications

Table of Contents

Introduction

Podex is a framework for building full-stack web applications using PowerShell/Pode for the backend and htmx for the frontend.

Technical Stack

Setup

  1. Clone the repository:

    git clone https://github.com/NomadicDaddy/podex.git
    cd podex
  2. Install dependencies:

    npm install
  3. Install PowerShell modules:

    powershell -Command ". ./.build.ps1"

Running the Project

  1. Start the server:

    npm start
  2. Open your browser and navigate to http://localhost:8433.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License.