Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 513 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 513 Bytes

Web client of "teesco" Volunteer Management System Hosted here

Say hi to us on slack: click here!

Setup:

  1. Make sure your are running node v.12 LTS.
  2. Fork and clone the repository.
  3. Install the dependencies by npm install or yarn install.
  4. Run the react development server by npm start.
  5. Run the story book development server with npm run storybook.