This guide will help you get started with the project's website.
The project's website will be a landing page for your Discord Bot. Users will be able to add your Discord Bot to their server from the website and be able to view all the available features and commands.
The template website can be viewed here.
You will want to create a website that reflects your Discord Bots Branding.
The website uses Bootstrap for styling. You will want to read the Bootstrap Documentation when creating your website. For more information, visit "Bootstrap Introduction".
The website is located in the repository in the docs
folder. You can access the folder here.
To set up GitHub Pages, you will need admin access to the repository. You will set up GitHub Pages with ./docs
as the Source
. For more information, visit "Creating a GitHub Pages site".
Note: HighTechU Students working in a team will have 1 team member with admin access.
The website will automatically be deployed when the main
branch is updated. Once deployed, GitHub will provide you with a URL. Anyone with the URL can visit the website.
To develop the website, you will need to clone the repository into your development environment. For more information about getting started with the project repository, visit "getting started".
After setting up your development environment...
- Navigate to the
./docs
folder. - Open the
index.html
file in your preferred browser (i.e. double click on the file, or right-click - and choose "Open with").
You will now be able to start developing your projects website.
Note: You will need to save the file after every modification and refresh the browser to view your changes.
Feel free to add more pages, modify content, remove content, add styling, and anything else you want. The project's website is meant to showcase your Discord Bot to potential users.
The HighTechU Staff is able to help if you have any questions or concerns. Let us know if you need help, we are happy to help!