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

Latest commit

 

History

History
44 lines (30 loc) · 582 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 582 Bytes

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