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.