Welcome to the SGE Developer Website project! This repository contains the source code for the official developer website of SGE (Sample Game Engine). The website is designed to provide developers with resources, documentation, and community support to help them build amazing games using SGE.
The SGE Developer Website is a comprehensive platform for developers using the SGE (Sample Game Engine). It includes detailed documentation, tutorials, API references, and a community forum to help developers get the most out of the engine.
- Documentation: Detailed guides and API references.
- Tutorials: Step-by-step tutorials for beginners and advanced users.
- Community Forum: A place to ask questions, share ideas, and collaborate with other developers.
- Showcase: A gallery of games and projects built using SGE.
- Blog: Regular updates, news, and articles about game development with SGE.
Before you begin, ensure you have the following installed:
- Node.js (v14 or later)
- npm (v6 or later)
- Git
-
Clone the repository:
git clone https://github.com/skygenesisenterprise/developer-website.git
-
Navigate to the project directory:
cd developer-website -
Install the dependencies:
pnpm install
To start the development server, run:
pnpm run devThis will start the development server and open the website in your default browser. You can now make changes to the code and see them reflected in real-time.
We welcome contributions from the community! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes and commit them (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature/your-feature). - Create a new Pull Request.
Please ensure your code adheres to our coding standards and includes appropriate tests.
If you have any questions or need further assistance, feel free to reach out to us:
- Email: developer@skygenesisenterprise.com
- Twitter: Sky Genesis Enterprise
- Community Forum: Sky Genesis Enterprise
Thank you for your interest in the SGE Developer Website! We hope you find it useful and look forward to seeing the amazing games you'll create with SGE.
This project is licensed under the AGPLv3 License. See the LICENSE file for more details.