This is a meta-repository to gather documentation and project-wide tasks for Mozilla's experimental Lockwise product (formerly known as Lockbox).
Please visit the Lockwise website for more information.
To build the GitHub-pages style locally, you can use the provided Dockerfile
to create an image:
git clone https://github.com/mozilla-lockwise/mozilla-lockwise.github.io
cd mozilla-lockwise.github.io
docker build --tag mozilla-lockwise.github.io .
Then create and run a container to run a local Jekyll server:
cd mozilla-lockwise.github.io
docker run --rm --tty --interactive --publish 4000:4000 --volume $PWD:/srv/jekyll mozilla-lockwise.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.
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.