Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 450 Bytes

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.