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
Running npm start
in the website folder starts the server for local development:
cd website
npm start
Running npm run build
in the website folder will build the site for deployment:
cd website
npm run build