vali admin rails
1.0.0
This project using the Vali admin as a frontend UI framework in a Rails 5.2 project (webpacker and stimulus enable).
PR welcome, but notice UI part should go to Vali admin upsteam instead of here.
brew install ruby
brew install node
brew install yarn
brew install postgresql
gem install bundler
echo 'gem: "--no-document"' >> ~/.gemrc
rm config/credentials.yml.enc
bin/rails credentials:edit
# copy secret_key_base line and paste as new line as devise_secret_key
ln -s /Users/user_name/.ssh/harman_vendor_master.key config/master.key
bin/setup
bin/rake
bin/rails s