Skip to content

dallasrust/website-dioxus

Repository files navigation

Dallas Rust User Meetup website using Dioxus

MIT licensed

  • Uses static prerendering with hydration

Utilities Installation

Quick Start

  • npm install
  • npm test

npm scripts

  • npm start
    • Used during development
    • Builds, watches, and serves with hot reloading
    • Automatically opens a browser window
  • npm run clean
    • Deletes the build output and distribution directories
  • npm run build
    • Builds a release version with static site generation (SSG)
  • npm run merge
    • Makes the distribution directory dist/
    • Merges the release build into dist/
    • Merges the generated SSG files into dist/
    • Merges the static files in merge/ into dist/
  • npm run dist
    • Runs the clean, build, and merge scripts
    • Used to generate an SSG distribution in the dist/ directory
    • The dist/ files can be hosted on a Content Delivery Network (CDN)
  • npm run serve
    • Serves the files in the distribution directory dist/
    • Automatically opens a browser window
  • npm test
    • Runs the dist and serve scripts
    • Used to test the SSG distribution prior to hosting on a CDN
  • npm run format
    • Runs the "prettier" utility to format the generated HTML files
    • Useful for analyzing or debugging the generated HTML files

History

  • 2023-08-12: Project launch
  • 2025-03-15: Updated from Dioxus v0.4 to v0.6

About

Dallas Rust User Meetup website using Dioxus

Resources

License

Stars

Watchers

Forks