Skip to content

photoview/photoview.github.io

Repository files navigation

Website for Photoview

Website and documentation for Photoview.

Contributing

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

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

$ npm install
$ npm start

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