Skip to content

Application for forming/sending HTTP Requests to the Mantle web server. Used for setting up and modifying building networks.

Notifications You must be signed in to change notification settings

poe-iit/poe-crust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POE Crust

A Front-End UI for modifying the POE network.

Design

The POE Crust application uses Node.js, Express.js, and Pug for templating.

Useful resources are:

Build

To set up the project, you will need npm installed.

On Ubuntu/WSL,

$ sudo apt install npm

Then simply clone the repository, navigate into it, and build the project, like so:

$ git clone [email protected]:poe-iit/poe-crust.git
$ cd poe-crust/
$ npm install

Run

Running the project is as simple as running a specific command in the source directory. This command is defined in package.json under the scripts section.

Example:

$ npm run dev

Then simply open the url (http://localhost:8000) in your preferred web browser.

About

Application for forming/sending HTTP Requests to the Mantle web server. Used for setting up and modifying building networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published