From 9e282bc430bd0b8c5e4c8941670d71401c6c70c4 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Thu, 3 Mar 2022 10:53:42 -0700 Subject: [PATCH] added getting started to front page --- src/pages/index.tsx | 110 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ace9df12..0582105a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -5,6 +5,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import Layout from '@theme/Layout'; import Link from '@docusaurus/Link'; +import { HeaderText } from './Downloads/_components/HeaderText'; const features = [ { @@ -145,6 +146,115 @@ function Home() { )} +
+ +

+ Getting started with Meshtastic is as easy as 1, 2, 3! +

+
    +
    +
    +

    + 1. Purchase Supported Hardware +

    +
    +
    +

    + Hardware you will want will consider: +

      +
    • + Radio +
    • +
    • + Battery +
    • +
    • + Case +
    • +
    • + Antenna (most devices include an antenna, but it is a bit of a mixed bag from some suppliers) +
    • +
    +

    +
    +
    +
    +
    +

    + 2. Flash & Configure Node +

    +
    +
    +

    + The Meshtastic Flasher application can assist you in flashing the firmware and configuring settings. +

    +
    +
    +
    +
    +

    + 3. Connect to Node +

    +
    +
    +

    + Applications are available for the following systems: +

      +
    • + Android +
    • +
    • + iOS +
    • +
    • + Mac +
    • +
    • + Web Browser +
    • +
    +

    +
    +
    +
+
+ + Getting Started + +
+
);