Skip to content

feathersui/feathersui-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feathersui.com

Source code for the Feathers UI website. Built with Eleventy.

Content

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

Prerequisites

Install dependencies.

npm ci

Run Local Server

npm start

Build

npm run build

Build output will be in _site directory.