https://github.com/m-jahn/snakemake-catalog-test
Just a test repo.
https://github.com/m-jahn/snakemake-catalog-test
catalog docs docusaurus nodejs react snakemake website
Last synced: 2 months ago
JSON representation
Just a test repo.
- Host: GitHub
- URL: https://github.com/m-jahn/snakemake-catalog-test
- Owner: m-jahn
- Created: 2025-02-04T14:59:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T11:04:27.000Z (over 1 year ago)
- Last Synced: 2025-06-16T19:42:37.295Z (about 1 year ago)
- Topics: catalog, docs, docusaurus, nodejs, react, snakemake, website
- Language: JavaScript
- Homepage: https://m-jahn.github.io/snakemake-catalog-test/
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```bash
npm create-docusaurus@latest docusaurus-test classic
```
### Local Development
```bash
npm 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
```bash
npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.