/mozilla-lockbox.github.io

Take your passwords everywhere

Primary LanguageCSSMozilla Public License 2.0MPL-2.0

Lockbox

This is a meta-repository to gather documentation and project-wide tasks for Mozilla's experimental Lockbox product.

Please visit the Lockbox website for more information.

Building Locally

To build the GitHub-pages style locally, you can use the provided Dockerfile to create an image:

git clone https://github.com/mozilla-lockbox/mozilla-lockbox.github.io
cd mozilla-lockbox.github.io
docker build --tag mozilla-lockbox.github.io .

Then create and run a container to run a local Jekyll server:

cd mozilla-lockbox.github.io
docker run --rm --tty --interactive --publish 4000:4000 --volume $PWD:/srv/jekyll mozilla-lockbox.github.io

The documentation can be seen and tracked by opening a web browser to http://localhost:4000/.

Learn more about how to set up your GitHub Pages site locally.

Contributing

See the guidelines for contributing to this project.

This project is governed by a Code Of Conduct.

This project is licensed under the Mozilla Public License, version 2.0.