Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 783 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 783 Bytes

gustwind-template

This GitHub template provides a simple starting point for Gustwind based projects.

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.
  • Development server - deno task start
  • Build process - deno task build

To expand further, see Gustwind documentation.

Examples

Code:

console.log('Hello world!')