Skip to content

Files

Latest commit

41534b5 · May 11, 2019

History

History
21 lines (17 loc) · 366 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 366 Bytes

Development

Install dependencies

npm install

Run build

npm start

Example

Example is in src/App.js

# Config its package.json so 
# that the 'community-nav-prototype' points to the local foler path of community-nav-prototype:
#
# "dependencies": {
#   "community-nav-prototype": "<local-path-to-community-nav-prototype>",
#   ......
# }
#