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
- Host: GitHub
- URL: https://github.com/swisslife-oss/squadron-docs
- Owner: SwissLife-OSS
- License: mit
- Created: 2019-07-05T08:05:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T10:49:46.000Z (over 3 years ago)
- Last Synced: 2025-03-27T10:37:23.802Z (over 1 year ago)
- Language: JavaScript
- Size: 1.71 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)