A React app for standard solid-state pseudopotentials (SSSP).
Published to https://materialscloud-org.github.io/discover-sssp-react/
For local development:
> npm install
> npm startTo build locally and preview (e.g. before deploying), use
> npm run build
> npm run previewTo publish the current local version to GitHub pages:
> npm run deploy