git clone https://github.com/gocreating/react-tocas.git
cd react-tocas
npm installIf you want to use your version of react-tocas in your own project, you should use npm link to expose this package to global. Then you can import { ... } from 'react-tocas' in your project.
npm linknpm install -g gulp
gulpThe file watching does not detect newly created files, you should re-run
gulpcommand when every time you create or copy files.
The doc site is built with the great create-react-app.
npm install -g create-react-app
cd docs/
npm install
npm startNow you can start updating source code of doc-site, and the web page will refresh on save.
When you finish your work, there is no need to run npm run build to build static files yourself. These built files are maintained and hosted on another repo react-tocas.github.io, so it's our business to publish.