CSS Starter Template

Looking for a basic website template that includes Hack Club's theme CSS? Look no further!

This is a blank repository all set up for you to start your own website. We include Hack Club's theme CSS for you to use if you wish.

Local setup

  1. Create a copy of this template repository and name it css-starter
  2. Download or clone your new repository by clicking the green Code button
    • For downloading, click Download Zip. Drag that file to your desktop, open your terminal, and navigate to the file in your terminal:
      • Mac: cd ~/Desktop/css-starter
      • Windows: cd C:\Users\%USERNAME%\Desktop\css-starter
    • For cloning on the command line, copy the URL they provide and type into your command line git clone && cd css-starter into your terminal, replacing with the URL you copied
  3. Start server in your terminal with python -m SimpleHTTPServer
  4. View your server at http://localhost:8000
  5. Write your code and refresh to see the changes

Deployment

Theme examples

Want to use our theme but don't know where to start? Check out:

Contributing

Contributions are encouraged and welcome! Feel free to submit a pull request with code changes, or open issues for suggestions or bug reports.

Development chatter happens in the #hackclub-site-dev channel in the Hack Club Slack.