- brianustas.com/emoji-soup/
- Initial release: 05/08/14
- Author: Brian Ustas
A bunch of interacting, emotional emoji...
First, build the Docker image:
docker build -t emoji_soup .
Compile SASS and CoffeeScript with:
rake docker_build_dist
# To recompile assets when files change (uses fswatch):
rake docker_build_dist_and_watch
Serve assets via a local server:
cd src && python -m SimpleHTTPServer
Navigate to http://localhost:8000
in your browser.
To build the public/
folder:
rake docker_build_public
Open public/index.html
.