A visualization of [Activity Streams](https://www.w3.org/TR/activitystreams-vocabulary/) types for solid-panes.
npm install activitystreams-paneA visualization of Activity Streams types for solid-panes.
š Storybook
- Note
- Typescript
- React
- Jest
- Eslint
- SolidOS
To run all tests:
``shell script`
npm run test
npm run test-e2e
#### Unit tests
Unit tests use jest and are placed in the test/unit folder and have *.spec.ts extension.
#### E2E tests
End-to-End (E2E) tests verify the rendering of the whole pane and are placed under ./e2e-tests.
Start a webpack dev server:
`shell script`
npm start
Visit http://localhost:8080/ to render the pane. Adjust const noteUri in ./dev/index.ts to show a
different resource.
$3
``
npm run build
The build is done by tsc`, webpack is only used as dev server and not for production build.