Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 443 Bytes

Documentation Site Demo

A demo of Routedux in a simple project.

To run:

  • npm install
  • npm start

Or if you use yarn:

  • yarn
  • yarn start

Development:

If you want to work on Routedux, it is helpful to have a working site when experimenting. To make sure you always have the most recent changes of Routedux, run ./routedux-develop.sh <PATH_TO_ROUTEDUX_REPO>