Skip to content

Fancy2209/feathersui-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

605 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Official website for Feathers UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.5%
  • JavaScript 26.6%
  • CSS 2.8%
  • Other 0.1%