Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Latest commit

 

History

History
49 lines (34 loc) · 1.06 KB

File metadata and controls

49 lines (34 loc) · 1.06 KB

Warning

This repository is archived and no longer maintained.

It has been migrated to https://github.com/materialscloud-org/discover-mcxd-frontend.

MC2D discover section

Materials Cloud discover section for the Materials Cloud Two-Dimensional Structure Database (MC2D).

Development

For local development:

> npm install
> npm run dev

This runs the frontend with the development backend URLs.

To use production backend URLs instead:

> npm run dev:be-prod

To build an optimized package with development or production backend, use respectively

> npm run build:be-dev
> npm run build:be-prod

Preview either locally with

> npm run preview

Branches and deployment

The following branches are automatically deployed via Github actions in the following manner: