Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 721 Bytes

File metadata and controls

33 lines (21 loc) · 721 Bytes

React Materials Cloud discover app for SSSP

A React app for standard solid-state pseudopotentials (SSSP).

Development

For local development:

> npm install
> npm start

To build locally and preview (e.g. before deploying), use

> npm run build
> npm run preview

Deployment

Cloudflare is used to automatically deploy:

And any other branch will be deployed as (note that symbols like _ and / get replaced by -):

  • e.g. branch_name/1 -> https://branch-name-1.discover-sssp-react.pages.dev