# template **Repository Path**: mirrors_mathisonian/template ## Basic Information - **Project Name**: template - **Description**: This is the repository for the distill web framework - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).