Skip to content

Techman/puzzle-pegs-ts

Repository files navigation

Puzzle Pegs (TypeScript)

This is the TypeScript version of the Puzzle Pegs program.

To view details on the program itself, please visit the main repository linked above.

Build

  1. Run npm install to install dependencies
  2. Run npm run build to build the project
  3. Run npm start or node . to run the project