Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 444 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 444 Bytes

Eodash v5 Configuration and Deployment Template

This is a template repository for configuring and deploying eodash-v5

Prerequisites

  • Node v18 or higher

Static Assets

files and directories inside the public directory will be served statically in the application. They can be refrenced inside the config using their relative path:

new URL("/directory/file", import.meta.url).href;