tybenz / setlister-new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setlister

Getting Started

  1. Make sure you have sqlite3 installed http://www.sqlite.org/
  2. Make sure you have sass installed http://sass-lang.com/
  3. Install depenencies npm install
  • You may get an error installing the pg module. This is ok for a local development environment.
  1. Run all db migrations npm run db-migrate
  2. Start the server npm start
  • If you get an error that it can't find sass, set the environment variable SASS_PATH to your sass executable. Or add sass to your PATH.
  1. You should see the home page at https://localhost:4567/

About


Languages

Language:JavaScript 61.6%Language:SCSS 28.0%Language:Mustache 6.7%Language:CSS 3.2%Language:Shell 0.5%Language:Procfile 0.0%