Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 871 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 871 Bytes

Noodle - The doodle

Screenshot

Noodle is a doodle clone written in haskell with:

Even though it is a project to explore the possibilties of haskell in web development, it is designed as a inhouse doodle solution to fit the needs of privacy.

To build the project you need a updated version of cabal and following commands:

cabal configure
cabal install
cabal build

After that place ./dist/build/noodle/noodle and noodle.css beside each other into the desired directory and start it with: ./noodle or a shell script or something.

If you liked this project please have a look at my paste bin clone in rails: graveio