Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 997 Bytes

File metadata and controls

30 lines (19 loc) · 997 Bytes

Open Source Secure Element (OSSE) Documentation

This repository contains the documentation for the Open Source Secure Element (OSSE) project, built with Jekyll and the Just the Docs theme.

Documentation Site

The documentation is available at: https://etherisc.github.io/open-source-secure-element/

Local Development

To run the documentation site locally:

  1. Install Ruby and Bundler
  2. Clone this repository
  3. Run bundle install to install dependencies
  4. Run bundle exec jekyll serve to start the local server
  5. Visit http://localhost:4000 in your browser

Contributing

Contributions to improve the documentation are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes
  4. Submit a pull request

License

This documentation is licensed under MIT License.