Skip to content

Files

Latest commit

7db02a6 · Mar 26, 2025

History

History
51 lines (33 loc) · 808 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 808 Bytes

eodash Configuration and Deployment Template

This is an instance template for @eodash/eodash. Check Github's guide on how to create a repository from a template

Prerequisites

  • Node v20.15.1 or higher

Get Started

Install all the required dependecies:

npm run install

Run the dev server:

npm run dev

To compile and minify for production:

npm run build

To preview the compiled production files :

npm run preview

To compile and minify as a web component library:

npm run build -- --lib

Format using prettier:

npm run format

Run linter:

npm run lint