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
- Host: GitHub
- URL: https://github.com/swisslife-oss/snapshooter-docs
- Owner: SwissLife-OSS
- License: mit
- Created: 2019-03-14T11:44:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T09:13:07.000Z (almost 5 years ago)
- Last Synced: 2024-04-23T02:21:59.514Z (over 2 years ago)
- Language: JavaScript
- Size: 1.5 MB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)