This repository hosts the source code for the official Stride 3D engine website. Contributors can follow the build instructions provided to run the website locally.
Перейти к файлу
Vaclav Elias b64c592187
Merge pull request #323 from VaclavElias/chore-update-npm
chore: NPM packages bumped and image size fix
2024-12-22 17:23:47 +00:00
.github/workflows chore: GitHub action updated 2024-09-28 22:39:16 +01:00
Properties
_data Update site.json - Version bumped 2024-09-16 08:52:19 +01:00
_drafts
_includes feat: meta generator and og:type added 2024-11-10 13:13:26 +00:00
_layouts
assets/scripts
blog
css
files
images update page + images and credit to Felicia Salomone 2024-11-10 22:49:26 +01:00
legal
posts fix: Oversized image fixed 2024-12-22 17:21:17 +00:00
.eleventy.js fix: Add customDateToRfc822 filter and update feed.njk 2024-12-22 15:00:35 +00:00
.eleventyignore
.gitignore
.nojekyll
404.html
LICENSE.md
Program.cs
README.md feat: Readme improvements 2024-09-28 22:39:54 +01:00
Stride.Web.csproj
Stride.Web.sln
appsettings.Development.json
appsettings.json
archive.md
community.html
contact.html
download.html Move linux to experimental 2024-09-14 17:34:22 +02:00
faq.html Move linux to experimental 2024-09-14 17:34:22 +02:00
favicon.ico
favicon.png
features.html
feed-atom.njk
feed.njk fix: Add customDateToRfc822 filter and update feed.njk 2024-12-22 15:00:35 +00:00
footer.liquid
index.html Remove cross-platform from cards, doesn't make sense when other platforms are experimental 2024-09-14 17:35:33 +02:00
package-lock.json chore: NPM bumped 2024-12-22 17:19:39 +00:00
package.json chore: NPM bumped 2024-12-22 17:19:39 +00:00
search.html
search.liquid
sitemap.md
sponsor.html
tags.md
web.Release.config
web.config

README.md

Stride Website Development

Welcome to the Stride website repository. This repository contains all the source files for the Stride website.

🚀 Getting Started

All the information you need to start with Stride Website development is available in the 📚 Stride Docs - Contributing.

🤝 Contributing

For questions and general discussions, please use Discord. To report bugs or propose features, use Issues.

We welcome code contributions via pull requests. Issues tagged with help wanted are great starting points for code contributions.

Branching and Releases

The master branch is the default branch for pull requests and most other development activities.

Releases are based on a stable master branch. Use of Conventional Commits is encouraged.

Stride Website is not released under a regular cadence; new updates arrive when maintainers fix issues or see enough changes that warrant a new release. Sometimes we use pre-releases to get feedback from the community.

Staging

The staging website allows us to test new features and significant changes before their official release.

The staging website is available at Stride Website Staging.

🗺️ Roadmap

Our Roadmap communicates upcoming changes to the Stride website.

📖 Stride Documentation Landscape

The Stride documentation is organized across different locations. Here's how it's structured:

  1. Stride Game Engine - The main repository for Stride, a free and open-source 2D and 3D game engine.
    • Contributing to Stride - A guide for developers interested in contributing to or developing the Stride engine.
  2. Stride Website - The official site showcasing Stride, featuring:
  3. Stride Docs - The official documentation, including:
  4. Stride Community Toolkit - A set of C# helpers and extensions to enhance your experience with the Stride game engine.

🌐 .NET Foundation

This project is supported by the .NET Foundation.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

🛡️License

This project is licensed under the MIT License.