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
- Host: GitHub
- URL: https://github.com/glimmerjs/glimmer-website
- Owner: glimmerjs
- Created: 2017-03-08T16:30:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T16:45:17.000Z (about 5 years ago)
- Last Synced: 2025-04-12T09:37:24.882Z (about 1 year ago)
- Topics: emberjs, glimmerjs
- Language: CSS
- Homepage: https://glimmerjs.com
- Size: 1.39 MB
- Stars: 80
- Watchers: 19
- Forks: 54
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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.