Skip to content

nickbrandt/mozilla-lockbox.github.io

 
 

Repository files navigation

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.

About

Lockbox project documentation and website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 39.2%
  • HTML 34.6%
  • CSS 20.5%
  • Ruby 5.7%