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

https://github.com/ewanlyon/speedrun-docs

Template for Speedrun Documentation
https://github.com/ewanlyon/speedrun-docs

documentation docusaurus speedrun speedrun-tool speedrunning

Last synced: 6 months ago
JSON representation

Template for Speedrun Documentation

Awesome Lists containing this project

README

          

# Speedrun Docs

This template is built using [Docusaurus 3](https://docusaurus.io/). You can find a hosted version of this template at [ewanlyon.github.io/speedrun-docs/](https://ewanlyon.github.io/speedrun-docs/)

## Showcase

- [Heavenly Bodies](https://ewanlyon.github.io/HeavenlyBodies-SpeedrunDocs/)

## Installation

```cmd
npm install
```

## Local Development

```cmd
npm run 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

```cmd
npm run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.