Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 517 Bytes

scrumfi.sh

Screenshots

Screenshot 1 Screenshot 2

Development

To start a local development environment, run the following commands:

# Clone repository (or your fork)
git clone [email protected]:jakehamilton/scrumfi.sh.git

# Change directory into the project
cd scrumfi.sh

# Install dependencies
npm install

# Start development environment
npm run dev

For more information on contributing, see CONTRIBUTING.md.