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

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

The snapshooter documentation
https://github.com/swisslife-oss/snapshooter-docs

Last synced: over 1 year ago
JSON representation

The snapshooter documentation

Awesome Lists containing this project

README

          

# snapshooter Documentation

[Documentation](https://swisslife-oss.github.io/snapshooter/) for [snapshooter](https://github.com/SwissLife-OSS/snapshooter) 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/snapshooter](http://localhost:3000/snapshooter)