Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 555 Bytes

plogic

About

A web app to teach logic through circuit puzzles!

Installing

  • Clone project and run the command npm install.

Developing

  • You can run the command npm run dev to start a babel-node server using nodemon. Browser access is at http://localhost:3000/.

Building

  • Compile with babel using the command npm run build. The compiled files will be in the /server directory.

Testing

  • You can run automated tests using Mocha and Chai with npm test.

Running

  • The compiled project can be run with the command npm start.