Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 427 Bytes

Programming Patterns Practice

Web-based platform for solving design-oriented programming challenges.

Development

Clone the repository:

git clone https://github.com/x0k/ppp.git
git submodule update --init

Artifacts saved in the repository must be created in the nix development environment.

nix develop
mk artifacts

See also

  • Simple build automation tool mk