Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 535 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 535 Bytes

Eliza

This project was created from scratch using no UI frameworks at all. Its only dependencies are:

  • Connect-ES
  • Protobuf-ES
  • esbuild
  • TypeScript (and ts-node)
  • Jasmine (unit tests)

Getting Started

npm install

npm start

Runs the app using esbuild serve functionality. Open http://localhost:3000 to view it in the browser.

Helpful Commands

npm run build

Build the app using esbuild.

npm run generate

Use buf to generate the compiled protos via protobuf-es