October 16th, 2025
Agenda items for October 16th, 2025
Categories:
2 minute read
Agenda Items
You Serve We Serve (YSWS)
What is YSWS?
- YSWS is an initiative that for our club, that you (club member), will do something (code) and we (the club) will provide something in return.
Proposed idea:
- For the one Julian (D4LM) is thinking about is,
You(Club Member): Code for at least two meeting days and add up to 1 hour in total coding time. We(Club): Give you stickers sometime during the end of quarter 2 and also provide a starter example project to do.
Proposed rules:
- You need to code at least 1 hour in total and must be for at least two meetings
- You must be coding and not playing video games or using your phone
- If you are found to have cheated in some way, either fake coding, like using hackertype
- Use of generative AI is prohibited
- Code must be shared to the club through GitHub and for non-simplex projects, documentation must be provided.
- Project cannot be a fork of your own project or somebody else’s project
- LHSCC has the sole right and authority to not serve you if not enough members are commited to the initiative or they have found you have cheated or manipulated the initiative in some way
Things we need to for the YSWS:
- Give it a name
- Create a docs category where main page contains rules and other items
- Get more members, create specific posters for this
- Other items
Website
How to help code this website:
Development environment setup (Linux):
- Clone the repository:
git clone https://github.com/LHSCoding/main-website
- Install Hugo & PostCSS
npm install -D autoprefixer
npm install -D postcss-cli
npm install -D postcss
- Run Hugo Server
hugo server
Note: If the command reports an error, try:
hugo mod graph
Website TODO List
- Redo the website (Feat: Julian(D4LM) )
- Add more docs to docs
- Share this website with everyone
- Fix other issues that club members say that we need to fix
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.