Skip to content

eodash/eodash-instance-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7db02a6 · Mar 26, 2025

History

69 Commits
Mar 8, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Mar 20, 2024
Mar 26, 2025
Aug 6, 2024
Aug 6, 2024
Sep 17, 2024
Sep 17, 2024
May 10, 2024

Repository files navigation

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