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

andrewmcodes-archive/access_lint_demo

Repository files navigation

README

Install

Clone the repository

git clone git@github.com: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

About

Demo of using AccessLint on a Rails app

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published