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

https://github.com/photoview/photoview.github.io

Website and documentation for Photoview
https://github.com/photoview/photoview.github.io

documentation hacktoberfest photoview

Last synced: 4 months ago
JSON representation

Website and documentation for Photoview

Awesome Lists containing this project

README

          

# Website for Photoview

Website and documentation for [Photoview](https://github.com/photoview/photoview).

## Contributing

Pull requests that improve or expand the documentation is much appreciated.
The documentation is written in markdown, located under [./src/docs/](./src/docs).

To build and test the site locally, run the following commands.

```shell
$ npm install
$ npm start
```

The site will then be accessible at http://localhost:8080.