/frontmatter-fncs

Front Matter CMS - API functions

Primary LanguageTypeScriptMIT LicenseMIT

Front Matter CMS - API

This repository contains the API for the Front Matter CMS. The API is built using Azure Functions and Node.js.

Getting Started

To get started, you will need to have the following installed:

  • Node.js
  • Azure Functions Core Tools

Running the API

To run the API, you will need to run the following command:

npm run watch
func start

Examples

You can test out the API using the validate HTTP file. To do this, you will need to have the REST Client extension installed in Visual Studio Code.