techie2000 / librephotos.docs

Here you can find the documentation of LibrePhotos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibrePhotos Docs

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.

License:MIT License


Languages

Language:JavaScript 60.7%Language:SCSS 24.2%Language:HTML 14.7%Language:Dockerfile 0.3%Language:Ruby 0.1%