A friendly chess platform built with react and typescript.
-
Clone the repo.
git clone https://github.com/lmisea/en-passant.git en-passant cd en-passant
-
Enable corepack in Node.js v20 for being able to use yarn v4.
corepack enable
-
Install dependencies.
yarn install
-
Run the prepare script for setting up the git hooks.
yarn prepare
-
Vite.js starts the development server on the localhost.
yarn dev
-
Start the storybook server.
yarn storybook
-
For updating the dependencies, run the following command.
yarn upgrade-interactive
-
Vite.js builds the app into a static site on the
dist
folder.yarn build
-
After building the app, vite.js will also allow you to preview the build on the localhost.
yarn preview
All the attributions are located in the ATTRIBUTIONS.md file.
Distributed under the MIT License. See LICENSE.