Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 661 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 661 Bytes

UI Rewrite

This directory serves as the development for the new poggit UI that can either be injected back into the tangled poggit source code or in the very far future be the face of a new 'core' / 'internal' poggit.

Static Server

Using a simple no-modules required nodejs static server to server files.

node server/index.js port<default:8080>

Example Usage:

node server/index.js 80

Current View

Every so often this site will get updated with the latest development from this repo to allow everyone to view and leave their opinions on the development:

https://poggit.jaxkdev.net

(THIS IS A STATIC SITE, NOT A LIVE POGGIT SERVER)