Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 819 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 819 Bytes

Contributing to the Volunteer Profiles

Prerequisites and tools

We use the following tools:

Installing dependencies

To get started, clone the repository and then install all of the dependencies by running:

npm install --save-dev

Running the project

To test the project, run the command:

npm run dev