Skip to content

colindavey/chess-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-monorepo

The purpose of this monorepo is to develop a family of web-based chess apps that share components.

To use, after cloning, from root directory run

yarn install
lerna bootstrap

Then, to run the Game app,

cd packages/chess-game
yarn start

To run the Position-setup app,

cd packages/chess-set-position
yarn start

To run the simple Board-clicker app (just logs to the console the square that you clicked),

cd packages/chess-board-clicker
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published