Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 500 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 500 Bytes

Manifesto Machine

Both Node.js and MongoDB are required to setup the application.

Installation

Run the command npm install from within the root folder to install all required dependencies. Then run npm run setup to create the Beginnings and font database. Finally run npm run first-run to build the main Javascript bundle and run the server.

The website can be accessed at https://localhost:3030

Running again

To run the server after the first time run npm run start.