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
- Host: GitHub
- URL: https://github.com/photoview/photoview.github.io
- Owner: photoview
- License: mit
- Created: 2020-12-10T19:09:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-10-16T18:29:09.000Z (8 months ago)
- Last Synced: 2025-10-17T21:04:19.300Z (8 months ago)
- Topics: documentation, hacktoberfest, photoview
- Language: Nunjucks
- Homepage: https://photoview.github.io/
- Size: 37.5 MB
- Stars: 6
- Watchers: 4
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.