A react based implementation of the Franklin Dashboard
- Preview: https://main--franklin-dashboard--adobe.hlx.page/
- Live: https://main--franklin-dashboard--adobe.hlx.live/
npm i
npm run lint
npm run storybook
- Install Dependencies:
npm install
- Start Franklin Proxy:
npm start
(opens your browser athttp://localhost:3000
) - Open the
franklin-dashboard
directory in your favorite IDE and start coding :)