Skip to content

Here you can find the documentation of LibrePhotos.

License

Notifications You must be signed in to change notification settings

techie2000/librephotos.docs

 
 

Repository files navigation

Documentation site for LibrePhotos

Getting started

Manually

To compile the site and view it locally before submitting your pull request, first install the required packages for your OS:

Then open the terminal (Command Prompt on Windows) and navigate to the repository:

cd /path/to/folder

Install jekyll and bundler:

gem install jekyll bundler

Finally, to preview the site:

bundle exec jekyll serve

Some information will then be displayed - e.g.:

Configuration file: ~/librephotos-docs/_config.yml
            Source: ~/librephotos-docs
       Destination: ~/librephotos-docs/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 10.451 seconds.
 Auto-regeneration: enabled for '~/librephotos-docs'
    Server address: http://127.0.0.1:4000
  Server running... press ctrl-c to stop.

Visit the URL next to Server address:.

Using Dev Container

For a simpler setup procedure, you can run the dev container in Visual Studio Code. To do this, open the folder you cloned the librephotos.docs repository to and run code .. Visual Studio Code will then prompt you to run in a container. The container will take a while to build.

When in the container, you can use Visual Studio Code's Tasks function to build and host the site locally, at http://localhost:4000/.

About

Here you can find the documentation of LibrePhotos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.7%
  • SCSS 24.2%
  • HTML 14.7%
  • Other 0.4%