Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 567 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 567 Bytes

mend-web

Setup

All dependencies should be set up after running:

bin/setup

This is only tested on Ubuntu Linux, may not work on MacOSX and will not work on Windows.

To confirm that everying is working:

rake test test:system

To start the server locally:

rails s -p 3000

RIIR

I would like this to be written in Rust, but the ecosystem is just not there yet to develop this as fast as in ROR. I managed to set up a basic working version in about 4 hours. I don't do Rails apps from scratch very often.