Getting Started
Installation
npm install @elhhtss/core
Add the Elhhtss runtime to your project with NPM.
First Project
import { Elhhtss } from '@elhhtss/core';
const app = new Elhhtss();
app.run();
Initialize and run your first Elhhtss application.