https://github.com/metatensor/landing-page
Landing page for the metatensor organization
https://github.com/metatensor/landing-page
Last synced: 3 months ago
JSON representation
Landing page for the metatensor organization
- Host: GitHub
- URL: https://github.com/metatensor/landing-page
- Owner: metatensor
- Created: 2025-10-07T08:57:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-12T18:29:58.000Z (6 months ago)
- Last Synced: 2025-12-14T06:04:56.028Z (6 months ago)
- Language: HTML
- Homepage: http://metatensor.org/
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
metatensor.org
==============
This repository contains the landing pages for the metatensor organization. The
design is minimalistic - there are just a few static HTML pages that use
bootstrap for styling. Use `index.html` as a template for styling.
To build locally, you need to run
```bash
npm install
npm run serve
```
Pages will be automatically deployed on commit based on the
`.github/workflows/pages.yml` action.
Please put all static content in `static/`, e.g. images in `static/img`, and
reference them from the html source.