Recently, I have heard that Spartabots members want opportunities within software. The website is a great introduction to how the software department works, specifically deadlines and debugging. So from this point onwards, the flow of how pull requests and issues work is going to be different. Spartabots members will be the first people to have access to these issues, meaning the public will not be able to claim these issues until one week after it has been created. Within this one-week period, Spartabots members will be able to "claim" these issues. This means that they will be the only ones assigned to work on that specific issue. You may work with multiple people WITHIN Spartabots to fix/implement the issue. Available issues will be marked {SMOnly}, which means only members can claim these issues. Once the period is over, they will be available to the public. Spartabots members will always be able to claim these issues even when they are open to the public. Issues made by Spartabots members will be given priority over the public. We hope you enjoy helping develop one of our biggest and most crucial off-season projects!
AI is a tool. It can be used as such in this case. An appropriate use case for AI would be to debug something that you have developed. However, AI MAY NOT be directly copied and pasted from! Do not put a problem into an AI tool and copy and paste the response. This will not only harm your reputation within the team but the team itself. If you are caught using AI to entirely create the code you are pushing, there will be consequences. If you are stuck or confused, I recommend using Stack Overflow or similar to learn more about the problem and find steps to progress. The administrators of the repository will approve all pull requests once they are thoroughly looked through, so do not add random things that don't improve the project.
This is currently being hosted by:
- Use a LINUX/UNIX based server to host, it is currently being hosted on
Ubuntu 20.04.6 LTS
, server must be on 24/7 - Clone the repository
git clone https://github.com/SkylineSpartabots/SpartaSite
- Change directory into the "client" folder
cd SpartaSite/client
- Install all the NPM packages
npm i
- Obtain the env file
- Run the build
- For a development build, use the following commands:
npm start
| This will start the server but hold up terminal so you cannot run other commandsnohup npm start
| This will run the server in the background
- For a production build, run these commands instead:
- To prep and compile everything, use
npm run build
- If you do not have serve installed globally, use
npm install -g serve
serve -s build --config
| This will start the server and hold up terminal so you cannot run other commandsnohup serve -s build &
| This will run the server in the background
- To prep and compile everything, use
- For a development build, use the following commands:
- Setup the URL