Getting Started with Our Dev Team
\=====================================
FileZilla Setup for FTP Access
- Download FileZilla: https://filezilla-project.org/download.php
- Setup Guide:
- Install FileZilla.
- Host:
dev-team-server.com
- Username:
Provided by Max or Asher
- Password:
Provided by Max or Asher
- Port:
21
(default)
- Note: Ensure to replace the placeholders with the actual credentials provided by your team lead.
SSH Setup with PowerShell and PuTTY
PowerShell:
- Enable SSH: Follow Microsoft's guide to enable SSH on Windows.
-
Connect via PowerShell:
powershell
Copy code
-
Detailed Guide Found Here Follow Max's Guide
PuTTY:
- Download PuTTY: https://www.putty.org/
- Setup Guide:
- Open PuTTY.
- Host Name:
dev-team-server.com
- Port:
22
(default) - Connection Type:
SSH
- Username:
Provided by Max or Asher
(when prompted)
Roblox Studio Setup
- Download Roblox Studio: https://www.roblox.com/create
- Setup Guide:
- Install Roblox Studio.
- Sign in with your Roblox account.
Project Management with Trello
- Trello Board: https://trello.com/b/eyGxCgqa/fuckno-general
- Request an Invite:
- Navigate to the board link.
- Click on "Request to Join" at the top right.
- Briefly introduce yourself and your role in the team.
- Trello Guide for Beginners: https://trello.com/guide
Roblox Development Resources
Lua Programming for Roblox
- Official Roblox Lua Tutorials: https://developer.roblox.com/en-us/learn-roblox/lua-basics
- YouTube Tutorials:
Animation in Roblox Studio
- Official Roblox Animation Guide: https://create.roblox.com/docs/en-us/animation
- YouTube Tutorials:
Contributing to Docs
Creating an MkDocs Page
- Connect to the server using FileZilla or SSH.
- Navigate to the
docs
folder. found in~/fucknoteam/
- Create a new file with a
.md
extension (e.g.,new-page.md
). - Write your content in Markdown.
- Save the file in the
docs
folder. - Request an update from Max or Asher to run
mkdocs build
to update the live site.
MkDocs Guide
- Basic Syntax: https://www.mkdocs.org/user-guide/writing-your-docs/
- Theme Customization: https://www.mkdocs.org/user-guide/customizing-your-theme/
Additional Resources
- Roblox Developer Forums: https://developer.roblox.com/en-us/forums
- Lua Documentation: https://www.lua.org/manual/5.1/
- Team Communication Channel: Discord
Call to Action: We encourage all team members to contribute to this documentation by adding new resources, guides, or FAQs. Your input is invaluable in keeping our team informed and efficient. To contribute, simply follow the guidelines in the "Contributing to Docs" section above. Thank you for your participation!