This is a React app that allows you to play the Chessort game.
Written using React + Vite.
-
Copy and Configure .env File:
- Copy the
.env.example
file to.env
:cp .env.example .env
- Populate the
.env
file with your details.
- Copy the
-
Install depdendencies:
- Install all of the required dependencies:
yarn
- Install all of the required dependencies:
Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.
Hot reloading is enabled.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Run ESLint against all source files.
Clean up temporary directories like node_modules
and build
.