Skip to content

orpheus-show/website

Repository files navigation

podcast.hackclub.com

This repository contains the source code for The Orpheus Show's website, built with Next.js. The code for this website runs on https://podcast.hackclub.com/.

The Orpheus Show is a community initiative by members of the Hack Club Slack. The Show is neither related to nor affiliated with Hack Club and its HQ.

Getting started

To get started, follow the steps below. If copying, select, copy, and paste the portion of the code after the dollar sign symbol ($) .

  1. Download the code to your computer through cloning the repository.
$ git clone https://github.com/Orpheuspod/orpheus-show.git
  1. Install the required dependencies.
$ yarn
  1. Start the development server.
$ yarn dev
  1. Once the development server has been started, your preferred web browser can be opened; navigating to http://localhost:3000 will show the website built locally.

Special thanks

The Orpheus Show's podcast could not have been created without Next.js, Theme UI and the Hack Club Theme. Thanks to the developers of these projects for creating them! Also a special thanks to Supercons for the amazing icons!

License

The Orpheus Show is open sourced on GitHub and Notion under the Apache License 2.0.