Skip to content

bobbygrace/pigeonhole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pigeonhole

The Development Tools

How to set up development…

  • npm install
  • Build and watch styles and templates with ./tools/gulp
  • Watch JavaScript bundle with ./tools/watch
  • Build JavaScript bundle with ./tools/build (for production)
  • Serve locally with ./tools/serve
  • Visit localhost:8080 to view your site.

Serving

Everything in /public is static and servable, so you don’t necessarily need to serve via the included app.coffee in production. But if you do use app.coffee, be sure to set the environment variable on your server with export NODE_ENV=production. You can change the port in /config/production.json.

About

A party game based on uniquely naming words in a list of categories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published