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

handlebars-lang/spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.