git.fiddlerwoaroof.com
name mode size
..
public 040000
src 040000
.gitignore 100644 0 kb
README.md 100644 0 kb
package.json 100644 1 kb
yarn.lock 100644 226 kb
README.md
# Documentation Site Demo A demo of Routedux in a real project. ## To run: - `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, follow these steps: - `rm -rf node_modules/routedux` - `ln -s $PWD/../.. node_modules` - `cd ../.. && yarn watch`