Skip to content

brighttank/feathersui-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feathersui-website

Source code for the Feathers UI website.

  • docs: The Feathers UI documentation for Haxe/OpenFL and AS3/Starling, written in Markdown
  • website/blog: Blog posts, written in Markdown
  • website/pages: Various pages that are not part of the documentation or blog, written as React components
  • website/static: Static asset files, like images and styles

Run locally

Running npm start in the website folder starts the server for local development:

cd website
npm start

Build site

Running npm run build in the website folder will build the site for deployment:

cd website
npm run build

About

Website for Feathers UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.4%
  • Other 0.6%