Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 553 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 553 Bytes

openpantry-legacy

This repository stores the legacy code for openpantry.net. Anyone wishing to become a contributor can clone and submit pull requests to this repo and it will be in consideration for v1.

Installation

The server runs the web api and the hoc runs the website. We can run both at the same time from the root directory here.

Installation

$ npm install

Usage

Run the App:

$ npm start

The Api is now being hosted at:

localhost:3001/

The Web is now being hosted at:

localhost:3000