This repository contains the documentation for the Open Source Secure Element (OSSE) project, built with Jekyll and the Just the Docs theme.
The documentation is available at: https://etherisc.github.io/open-source-secure-element/
To run the documentation site locally:
- Install Ruby and Bundler
- Clone this repository
- Run
bundle install
to install dependencies - Run
bundle exec jekyll serve
to start the local server - Visit
http://localhost:4000
in your browser
Contributions to improve the documentation are welcome! Please follow these steps:
- Fork the repository
- Create a new branch for your changes
- Make your changes
- Submit a pull request
This documentation is licensed under MIT License.