Podex is a framework for building full-stack web applications using PowerShell/Pode for the backend and htmx for the frontend.
- Backend: PowerShell Core, Pode, SQLite
- Frontend: htmx, Mustache, Tailwind CSS
-
Clone the repository:
git clone https://github.com/NomadicDaddy/podex.git cd podex
-
Install dependencies:
npm install
-
Install PowerShell modules:
powershell -Command ". ./.build.ps1"
-
Start the server:
npm start
-
Open your browser and navigate to
http://localhost:8433
.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License.