/content-frontend--node-build

A quick compiler to take Markdown files and output a Digital Land template

Primary LanguageJavaScriptMIT LicenseMIT

content-frontend

License

A quick compiler to take Markdown files and output a Digital Land template

Requirements

Getting started

Clone the repository and install dependencies:

git clone https://github.com/digital-land/content-frontend
cd content-frontend
npm install

To run it locally, run npm run start, which will compile all assets and expose the /docs subdirectory to localhost:8080.

Making changes

Changes should be made in the root directory files, such as content, css, javascript, and templates. Don't commit changes from the /docs folder. When master is pushed to, a GitHub workflow runs to recompile /docs.