Xadrez is a website for playing chess online against my Xadrez Chess Engine. It is built using the Svelte framework.
To install and run Xadrez, follow these steps:
npm install
to install the project's dependencies.npm run dev
to start the development server.http://localhost:5173/xadrez-website
to access the Xadrez website.Xadrez includes the following features:
To deploy the website with GitHub Pages, follow these steps:
origin
remote.npm run build
to build the static production files.npm run preview
to preview the production website.npm run deploy
to deploy the website to GitHub Pages.gh-pages
branch.https://[your-name-here].github.io/[repo-name]
after a few minutes.Xadrez is licensed under the Apache v2.0 license. See the LICENSE file for details.