A Front-End UI for modifying the POE network.
The POE Crust application uses Node.js, Express.js, and Pug for templating.
Useful resources are:
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
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.