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.
- Create a copy of this template repository and name it
css-starter - Download or clone your new repository by clicking the green
Codebutton- 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
- Mac:
- For cloning on the command line, copy the URL they provide and type into your command line
git clone <URL> && cd css-starterinto your terminal, replacing with the URL you copied
- For downloading, click
- Start server
python -m SimpleHTTPServer
- View your server
open http://localhost:8000/
- Write your code and refresh to see the changes
- Deploy your website to the internet!
- We recommend Vercel, it's an simple and free way to get your website up quickly.
- To use Vercel go to vercel.com
- Create an account by authenticating your GitHub account with Vercel
- Click
New projecton your dashboard - Select your
css-starterGitHub repository - Add your project name and click
Deploy - Click the
Visitbutton to see your website!
Want to use our theme but don't know where to start? Check out:
- View our theme elements here
- View our theme code and documentation here
- View a static example of a site using our theme here and its code here
- Join the Hack Club Slack and ask community members how they're using the theme!
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.