Skip to content

Latest commit

 

History

History

app

Chessort App

Description

This is a React app that allows you to play the Chessort game.
Written using React + Vite.

Setup

  1. Copy and Configure .env File:

    • Copy the .env.example file to .env:
      cp .env.example .env
    • Populate the .env file with your details.
  2. Install depdendencies:

    • Install all of the required dependencies:
      yarn

Available Scripts

yarn start

Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.

Hot reloading is enabled.

yarn build

Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

yarn lint

Run ESLint against all source files.

yarn clean

Clean up temporary directories like node_modules and build.