Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 611 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 611 Bytes

Klapi - next-generation app for scout movement

Purpose

Check docs/Klapi.md

Setup

Requirements

  1. NodeJS and npm

Installation and editing

  1. Fork repository to your GitHub accout
  2. Clone forked repo
  3. Add remote origin via "git remote add origin https://github.com/your-username/klapi-web"
  4. Add remote upstream via "git remote add upstream https://github.com/nummenpojat/klapi-web"
  5. Run npm install
  6. Run npm start
  7. Make your changes
  8. Make branch for your changes
  9. Push changes to origin
  10. Go to Github and make pull request from your branch to upstream repo development branch