Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 514 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 514 Bytes

Contributing

  • Clone then:
npm install
  • Docs exist in the docs folder. Only edit the README.md file.
  • Test with npm t
  • To run client side routing demo locally run npm run demo:client and visit http://localhost:8080/
  • To run server side routing demo locally run npm run demo:server and visit http://localhost:8080/takeme-demo/awesome/

Publishing

  • npm version major|minor|patch
  • Before publishing make sure you check that the client side AND the server side demos work locally.