Skip to content

community-builders/community-builders.github-io

Repository files navigation

Website for the Community Builders

This repository is dedicated to our community's website.

🤓 Features

  • Uses modern web technologies
  • Source code has support for writing in Vue, React, Svelte, and/or Preact
  • Source compiles into static HTML and CSS with no/little JavaScript
  • Uses Tailwindcss for styling
  • Handcrafted UI with UX in mind
  • Accessible, Performant, and SEO Optimized

🤔 I want to see a deployed version

This website is live hosted at builders.devprotocol.xyz.

🚀 Get it running quick

  1. Skip all of the rest steps and use Gitpod, which would automatically do all of this for you: Open in Gitpod

  2. Make sure you have the latest version of NodeJs Installed.

node --version
  1. Install Dependencies
yarn
  1. Start the app
yarn start

📦 Requirements