Skip to content

ReactFinland/future-frontend-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f1d1533 · Apr 22, 2025
Nov 23, 2023
Nov 5, 2024
Mar 17, 2025
Apr 22, 2025
Apr 17, 2025
Dec 6, 2023
Jan 31, 2023
Jun 18, 2024
Mar 7, 2024
Dec 19, 2024
Feb 17, 2025
Feb 17, 2025
Feb 17, 2025

Repository files navigation

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.