Source code for the Feathers UI website. Built with Eleventy.
Some important directories in this site.
- learn: The Feathers UI documentation, written in Markdown
- blog: Blog posts, written in Markdown
- static: Static asset files, like images and styles, and even HTML that shouldn't be processed by Eleventy
- _data: JSON files containing data used in generating certain pages
- _includes: Shared include files for generating HTML pages
Install dependencies.
npm ci
npm start
npm run build
Build output will be in _site directory.