Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 911 Bytes

File metadata and controls

37 lines (25 loc) · 911 Bytes

ProPro

Student project management webapp

Developer Setup

Dependencies

  • Ruby (for version management, mise is recommended)
  • NPM

Initial Setup

# Clone the repo
git clone https://github.com/hackerspacemmu/ProPro.git
cd ProPro

# Setup the project
./bin/setup

Formatting & Linting

We use the following tools for formatting and linting purposes. Do use editor extensions (if needed) that uses these tools to ensure code consistency.

Running the Application

./bin/dev