This repo contains all doodle assets for codedoodl.es.
Since the project is no longer live (:sad face:), if you would like to view the site you can now run it yourself:
- Step 1: run a webserver on the root of this repository
- Step 2: build / run the site application from fluuuid/codedoodl.es and change the
config.buckets.SOURCE
variable to be the domain you're serving the doodles from.
NOTE the static assets in this repository have all been gzip encoded so you'll need the webserver you run in step 1 to serve all assets with the "Content-Encoding=gzip"
header.