/FiveFood

五食,每個上班族必備的午餐決策系統。

Primary LanguageRubyApache License 2.0Apache-2.0

FiveFood

Requirements

  • Ruby 2.4+
  • Node 8.0+
  • PostgreSQL 9.6
  • Yarn

Usage

TODO

Development

Get the repository

$ git clone git@github.com:elct9620/FiveFood.git

Setup

$ bin/setup

Running

In development, you'll need to run bin/rails server with bin/webpack-dev-server to have the app/javascript/packs/*.js files be compiled as you make changes, and bin/relay-compiler if you change the GraphQL schema or any graphql tags in any JavaScript files.

If you'd rather not have to run the two processes separately by hand, you can use Foreman:

$ bin/foreman start

The default port of the Rails Server is 5000.