profile-pane
v3.1.3
Published
A SolidOS compatible pane to display a personal profile page
Readme
profile-pane
SolidOS pane that displays a personal profile page
Contribute
Tech stack
- Typescript
- lit-html
- Jest
- Eslint
- SolidOS
Tests
To run all tests:
npm testIf you are a first time developer/user on Windows 10, the repository may give package issues regarding webpack or jest. If this is the case, simply run "npm audit fix" and upgrade the repository. It should work fine.
Unit tests
Unit tests use jest and are placed next to the tested file as *.spec.ts files.
Dev Server
Start a webpack dev server:
npm startVisit http://localhost:8080/ to render the pane. Adjust const webIdToShow in ./dev/index.ts to show a different profile.
Build
npm run buildThe build is done by tsc, webpack is only used as dev server and not for production build.
