Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/distillpub/template
This is the repository for the distill web framework
https://github.com/distillpub/template
Last synced: 16 days ago
JSON representation
This is the repository for the distill web framework
- Host: GitHub
- URL: https://github.com/distillpub/template
- Owner: distillpub
- License: apache-2.0
- Created: 2017-01-04T00:09:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T07:54:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T14:26:53.128Z (29 days ago)
- Language: JavaScript
- Homepage: http://distill.pub/guide/
- Size: 2.8 MB
- Stars: 799
- Watchers: 13
- Forks: 131
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Distill Template
This is the repository for the Distill web framework.
## Contributing
To give feedback, report a bug, or request a feature, please open an issue.
To contribute a change, [check out the contributing guide](CONTRIBUTING.md).
### Local Development
First, run `npm install` to install all node modules required. Then, run `npm run dev` to start a watching build rollup server. To view the sample pages in the repo, you can run `npm run serve` as a separate process which starts a static server. `npm run build` will run a one-time build.
## Disclaimer & License
_This project is research code. It is not an official product of Google or any other institution supporting Distill._
Copyright 2018, The Distill Template Authors.
Licensed under the Apache License, Version 2.0
See the [full license](LICENSE).