Skip to content

vnermolaev/dioxus-chessboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Change to the example directory and execute all the commands from there

    cd ./example
  • Install the dependencies to compile Tailwind CSS.

    npm i
  • Compile the styles

    npm run buildcss
  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published