An open API service indexing awesome lists of open source software.

https://github.com/glimmerjs/glimmer-website

Website for the Glimmer.js project
https://github.com/glimmerjs/glimmer-website

emberjs glimmerjs

Last synced: 11 months ago
JSON representation

Website for the Glimmer.js project

Awesome Lists containing this project

README

          

# Glimmer Website

The source for the [Glimmer website](https://glimmerjs.com/).

## Related projects

* [glimmer-application](https://github.com/glimmerjs/glimmer-application)
* [glimmer-component](https://github.com/glimmerjs/glimmer-component)
* [glimmer-vm](https://github.com/tildeio/glimmer)

## Running locally

The homepage and guides are powered by [Harp](http://harpjs.com/) and the API
docs are vendored in as a compiled Glimmer app.

```
yarn
yarn run dev
```

## Deploying to production

Through the magic of the ☁️, `master` deploys automatically.