Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 361 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 361 Bytes

Handlebars

This repository contains a work in progress draft of the Handlebars templating language specification.

Developing the Specification

  • Run npm install to set up your environment.
  • Run ember serve to boot the development server. It will automatically rebuild the spec whenever a source file changes.
  • Navigate to http://localhost:4200.