An open API service indexing awesome lists of open source software.

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.

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.