/teesco-website

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Web client of "teesco" Volunteer Management System

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.