This repository contains the source code for the Bytecode Alliance website. The Bytecode Alliance is a nonprofit organization dedicated to creating secure software foundations for the future of the WebAssembly ecosystem and beyond.
The Bytecode Alliance website serves as:
- A hub for WebAssembly technologies: Learn about WebAssembly and its growing ecosystem.
- Information on the Bytecode Alliance mission: Explore the mission, goals, and initiatives of the Bytecode Alliance.
- A resource for contributors and users: Access documentation, project updates, and community events.
We use jekyll as a static page generator. If you would like to run a version of the Website locally follow these
instructions.
- Install Ruby and Dependencies: Install Jekyll Installation Guide. Follow the instructions on the official website.
- Install Project Dependencies:
bundle install - Run:
bundle exec jekyll serve
By using Docker Containers you don't have to install any Ruby Environment on your local machine. Do run the Blog locally using Docker issue the following steps:
- Build the Image
docker build -t my/bablog .- Run the Development Server
docker run -v ./:/blog/ -p 4000:4000 -t my/bablogWe welcome contributions to improve the website! To get started:
- Fork this repository: Create your own copy of the repository.
- Clone the repository: Use
git cloneto copy it to your local machine. - Set up your environment: Follow the setup instructions in our CONTRIBUTION GUIDE.
- Submit a pull request: Push your changes and open a pull request to the
gh-pagesbranch.
Please ensure all contributions adhere to our Code of Conduct.
This repository is licensed under the Apache 2.0 License. By contributing to this repository, you agree to license your contributions under the same license.
If you encounter any issues or have questions, please open an issue in this repository or reach out via the contact information on the website.
The Bytecode Alliance is grateful to its contributors and the community for their support and collaboration. Together, we are building a stronger, more secure WebAssembly ecosystem.