All Projects → livecoders → Website

livecoders / Website

Licence: mit
Website for the Live Coders Twitch Team

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Website

Entity Command
Manage WordPress comments, menus, options, posts, sites, terms, and users.
Stars: ✭ 38 (-7.32%)
Mutual labels:  hacktoberfest
Fbchat
Facebook Chat (Messenger) for Python
Stars: ✭ 995 (+2326.83%)
Mutual labels:  hacktoberfest
Fuzzy C Means
A simple python implementation of Fuzzy C-means algorithm.
Stars: ✭ 40 (-2.44%)
Mutual labels:  hacktoberfest
Mg
Minimal UI library based on relm (GTK+), written in Rust.
Stars: ✭ 38 (-7.32%)
Mutual labels:  hacktoberfest
Twitch Giphy
Um chatbot para Twitch que integra a API do GIPHY, fazendo com que hashtags no chat da Twitch virem GIFs na Live :)
Stars: ✭ 39 (-4.88%)
Mutual labels:  hacktoberfest
Linuxbrew Core
🍻🐧 Core formulae for the Homebrew package manager on Linux
Stars: ✭ 999 (+2336.59%)
Mutual labels:  hacktoberfest
Swamp
Teh AWS profile manager
Stars: ✭ 38 (-7.32%)
Mutual labels:  hacktoberfest
Sorry Cypress
An open-source, on-premise, self-hosted alternative to Cypress Dashboard
Stars: ✭ 1,005 (+2351.22%)
Mutual labels:  hacktoberfest
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-4.88%)
Mutual labels:  hacktoberfest
Yfpy
Python API wrapper for the Yahoo Fantasy Sports public API (focuses mainly on NFL, but also supports some usage with NHL, MLB, and NBA).
Stars: ✭ 40 (-2.44%)
Mutual labels:  hacktoberfest
Dbdpg
Perl Postgres driver DBD::Pg aka dbdpg
Stars: ✭ 38 (-7.32%)
Mutual labels:  hacktoberfest
Spreed
📞😀 Nextcloud Talk – chat, video & audio calls for Nextcloud
Stars: ✭ 994 (+2324.39%)
Mutual labels:  hacktoberfest
Hacktoberfest2020
Repository to let enthusiasts create issues and pull requests for the Open Source event
Stars: ✭ 40 (-2.44%)
Mutual labels:  hacktoberfest
Mvp
PowerShell Module to interact with the Microsoft MVP API
Stars: ✭ 38 (-7.32%)
Mutual labels:  hacktoberfest
Toktok
Typo/error resilient, human-readable token generator
Stars: ✭ 40 (-2.44%)
Mutual labels:  hacktoberfest
Newsscraper
Stars: ✭ 38 (-7.32%)
Mutual labels:  hacktoberfest
Axios Module
Secure and easy axios integration with Nuxt.js
Stars: ✭ 998 (+2334.15%)
Mutual labels:  hacktoberfest
Arashidns.aoi
Simple DNS over HTTPS Server
Stars: ✭ 41 (+0%)
Mutual labels:  hacktoberfest
Gr Bokehgui
Web based display for GNU Radio applications
Stars: ✭ 39 (-4.88%)
Mutual labels:  hacktoberfest
Code problems
Code Problems from LeetCode website and other fun code problems websites. The goal is to help people studying for coding interviews.
Stars: ✭ 40 (-2.44%)
Mutual labels:  hacktoberfest

livecoders/website

Website for the Live Coders Twitch Team.

Setup Instructions

The site is built with Gatsby. Make sure Node.js is installed before working on the site.

Clone down the repository and install the dependencies

git clone https://github.com/livecoders/website.git LCWebsite
cd LCWebsite
npm install

Then, to start up a development server, run the develop node command.

npm run develop

The site will be spun up on port 8000 and if you update any page, the site will reload automatically.

Member Page docs

Every member of the Live Coders will have a markdown file in the src/members folder of this repo.

If you want to watch a video on how this works, watch Live Coders Site: Tutorial on filling out a member page

Each page consists of the following initially:

---
username: csharpfritz
profile: ../img/members/csharpfritz.png
---

The username is used for the URL, the header, and the username to your twitch page. The profile is a relative path to where the profile image is located. All images are initally pulled from Twitch, but you can add your own image / update it whenever you wish (Remember to update filename / extension if it changes).

Then you can add even more content in the frontmatter. None of the following are required but include:

  • social links:
    • twitter
    • instagram
    • devto
    • github
    • linkedin
    • stackoverflow
    • youtube (needs a full URL as a custom URL requires 100 subs or more on YT)
  • schedule: an array of strings for when you stream. Feel free to add text including scheduled streams that you do on a frequent basis
  • tags: an array of things you do. This includes programming languages, frameworks, spoken languages, etc
  • sites: an array of additional sites you wish to showcase on your page. Limit this to only the URL

And after the frontmatter section, add a paragraph or two talking about what you do / what you do on your stream. You can use either 1st or 3rd person here.

So a full example may look like the following:

---
username: csharpfritz
profile: ../img/members/csharpfritz.png
twitter: csharpfritz
instagram: csharpfritz
youtube: https://www.youtube.com/user/jfritz828
schedule:
  - Sundays 10am - 12PM ET
  - Tuesdays 10am - 12PM ET
  - Wednesdays 10am - 12PM ET
  - Thursdays 10am - 12PM ET
  - Fridays 10am - 12PM ET: Fritz Fridays
tags:
  - C#
  - Blazor
sites:
  - https://jeffreyfritz.com
---

Jeffrey T. Fritz – or simply “Fritz” is a Program Manager for Microsoft on the ASP.NET and .NET Community Outreach teams...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].