Rustonsamis website built with Nuxt.js and Vue 2.
Rustonsamis is a web project aimed at facilitating interaction and collaboration among streamers on our Rust server. Built with Nuxt.js and Vue 2, it provides a platform for streamers to connect, share experiences, and build a community within the Rust gaming environment.
- Streamers Hub: A centralized hub where streamers can create profiles, share their streaming schedules, and promote their content.
- Community Interaction: Built-in features for community engagement such as forums, chat rooms, and events calendar.
- Server Integration: Integration with the Rust server to display in-game events, server status, and player statistics.
- Customization: Options for users to customize their profiles, follow other streamers, and personalize their experience on the platform.
To run Rustonsamis locally, follow these steps:
-
Clone the repository:
git clone https://github.com/tacxtv/Rustonsamis.git
-
Navigate to the project directory:
cd Rustonsamis -
Install dependencies:
yarn install
-
Start the development server:
yarn run dev
-
Open your web browser and visit
http://localhost:3000to view the application.
Once the application is running, users can:
- Create a profile and customize it according to their preferences.
- Explore other streamers' profiles and follow them.
- Participate in community discussions, events, and chat rooms.
- Stay updated with server-related information and in-game events.
We welcome contributions from the community! If you'd like to contribute to Rustonsamis, please follow these guidelines:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/YourFeature. - Commit your changes:
git commit -am 'Add some feature'. - Push to the branch:
git push origin feature/YourFeature. - Submit a pull request.
Please make sure to follow our Code of Conduct and Contributing Guidelines when contributing.
This project is licensed under the MIT License.