Skip to content

pathikrit/garfield

Repository files navigation

Garfield

Build Status Dependency Status Codacy Badge

Deployment status


Setup

  • Install Homebrew:

    xcode-select --install
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    brew doctor
  • Install developer tools:

    brew install scala sbt ruby activator git heroku-toolbelt caskroom/cask/brew-cask
    gem update --system
    gem install travis
    brew cask install java
  • Install database:

    brew install postgresql
    # Follow instructions from above step
    createdb main
  • Clone this repo:

    git clone https://github.com/pathikrit/garfield.git
    cd garfield
  • Run:

    activator run

    open http://localhost:9000 to verify server is running

TODO

  • Code quality & coverage
  • VersionEye
  • Codegen

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages