This is the TypeScript version of the Puzzle Pegs program.
To view details on the program itself, please visit the main repository linked above.
- Run
npm install
to install dependencies - Run
npm run build
to build the project - Run
npm start
ornode .
to run the project