A frontend web application for maniiifest deployed at maniiifest.onrender.com.
-
Clone the repository:
git clone https://github.com/yourusername/presentation-typechecker.git cd presentation-typechecker
-
Install the dependencies:
npm install
To start the application, run the following command:
npm start
This will start the server and make the application accessible at http://localhost:10000
.
-
Root Endpoint: Serves the HTML form for JSON input.
GET /
-
Pretty Print Endpoint: Handles form submissions to validate and pretty-print JSON data.
POST /pretty-print
-
Version Endpoint: Retrieves the current version of the maniiifest application from the
package.json
file.GET /version
This project is licensed under the MIT License. See the LICENSE file for details.