Skip to content

fosskers/mapart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Art

A proof-of-concept website and server to test whether:

  • My mapalgebra library works and is at all performant
  • Haskell and its Servant library are any good for writing tile servers
  • Elm is productive for writing real webapps
  • The above tools would be sufficient for writing a production-grade webapp for generating Map Art

Dependencies

Running Locally

CommandResult
make buildCompile both the front and backends
make elmRebuild only the Elm frontend (produces JS)
make goRebuild everything and start the backend server

If the backend server starts successfully, you should see Listening for requests... printed to stdout. You can then access the site on port 8081.

About

Create artwork from satellite imagery.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published