Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 927 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 927 Bytes

Overview

dioxus-chessboard is a Rust crate designed to provide a web-based chessboard component for the Dioxus framework. This crate offers an interactive and customizable chessboard that can be integrated into any web application built with Dioxus.

Setup

  • Install the latest Dioxus CLI

    cargo install --git https://github.com/DioxusLabs/dioxus dioxus-cli
  • Clone this repository

    git clone [email protected]:vnermolaev/dioxus-chessboard.git
  • Compile the styles

    npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch
  • Compile the showcase example

    dx serve --example=showcase --features showcase --hot-reload=true
  • Navigate to localhost

Credit

All images are in Public Domain and sourced from OpenClipart.