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

https://github.com/swisslife-oss/squadron-docs

Documentation for Squadron project
https://github.com/swisslife-oss/squadron-docs

Last synced: over 1 year ago
JSON representation

Documentation for Squadron project

Awesome Lists containing this project

README

          

# Squadron Documentation
[Documentation](https://swisslife-oss.github.io/squadron/) for [Squadron](https://github.com/SwissLife-OSS/squadron) project.

## Running this documentation on your local machine

run the following command in the root of this repository

```bash
docker-compose up
```

if you don't have docker installed you can try the following

```bash
cd website
yarn
yarn start
```

You can now acces the documentation in your browser under [localhost:3000/squadron](http://localhost:3000/squadron)