Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Demo of using AccessLint on a Rails app

Notifications You must be signed in to change notification settings

andrewmcodes-archive/access_lint_demo

Repository files navigation

README

Install

Clone the repository

git clone [email protected]:andrewmcodes/access_lint_demo.git
cd access_lint_demo

Dependencies

  • Ruby 2.7
  • Node 13.7.0
  • Rails 6.0.2.1
  • Webpacker 4.2.2
  • SQLite

Install dependencies

Using Bundler and Yarn:

bundle && yarn

Initialize the database

bin/rails db:setup

Serve

rails s

If you want to run the webpack-dev-server, run this in another tab:

bin/webpack-dev-server