Web client of "teesco" Volunteer Management System Hosted here
Say hi to us on slack: click here!
- Make sure your are running node v.12 LTS.
- Fork and clone the repository.
- Install the dependencies by
npm install
oryarn install
. - Run the react development server by
npm start
. - Run the story book development server with
npm run storybook
.