https://github.com/andrewmcodes-archive/codefactor_demo
https://github.com/andrewmcodes-archive/codefactor_demo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/codefactor_demo
- Owner: andrewmcodes-archive
- Created: 2020-03-19T00:54:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T02:40:23.000Z (almost 6 years ago)
- Last Synced: 2025-06-12T18:33:18.110Z (6 months ago)
- Language: Ruby
- Size: 2.03 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# README
[](https://www.codefactor.io/repository/github/andrewmcodes/codefactor_demo)
## Install
### Clone the repository
```shell
git clone git@github.com:andrewmcodes/codefactor_demo.git
cd codefactor_demo
```
### Dependencies
- Ruby 2.7
- Node 13.7.0
- Rails 6.0.2.1
- Webpacker 4.2.2
- SQLite
### Install dependencies
Using [Bundler](https://github.com/bundler/bundler) and [Yarn](https://github.com/yarnpkg/yarn):
```shell
bundle && yarn
```
### Initialize the database
```shell
bin/rails db:setup
```
## Serve
```shell
rails s
```
If you want to run the `webpack-dev-server`, run this in another tab:
```shell
bin/webpack-dev-server
```