No description
3c32103e34
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
deploy | ||
lib | ||
log | ||
public | ||
shared/config | ||
test | ||
tmp | ||
vendor/assets | ||
.browserslistrc | ||
.env.sample | ||
.gitignore | ||
.ruby-version | ||
babel.config.js | ||
Capfile | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
m.js | ||
package.json | ||
postcss.config.js | ||
Procfile.dev | ||
Rakefile | ||
README.md | ||
yarn.lock |
Build Setup
Install JS dependencies
yarn install
Install ImageMagik
brew install imagemagick
Setup rails server
# install ruby dependencies
bundle
# copy config
cp shared/config/database.yml config/database.yml
cp shared/config/application.yml config/application.yml
# copy frontend env file
cp .env.sample .env
# run db migrations
bundle exec rake db:migrate
# fireup the server
foreman start