https://github.com/metron-project/metron-project.github.io
The Metron Project website
https://github.com/metron-project/metron-project.github.io
Last synced: 8 months ago
JSON representation
The Metron Project website
- Host: GitHub
- URL: https://github.com/metron-project/metron-project.github.io
- Owner: Metron-Project
- License: mit
- Created: 2022-07-05T16:18:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-08T17:12:53.000Z (9 months ago)
- Last Synced: 2025-09-24T18:27:59.258Z (8 months ago)
- Language: JavaScript
- Homepage: https://metron-project.github.io/
- Size: 4.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn run remote-download
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn run remote-download
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.