Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 686 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 686 Bytes

Future Frontend - website

This is the website of Future Frontend conference.

Development

  • Development server - deno task start
  • Build process - deno task build

Template

Main features:

  • Markdown processing - the project README you see here is processed through the system
  • Support for Twind - Twind is a Tailwind-compatible styling approach
  • State management through Sidewind - Sidewind has been configured as a script to the project so you can use it to add state to your components
  • Basic components - I.e., BaseLayout, SiteLink, etc.

To learn more, see Gustwind documentation.