From d2adb1cefd82c3d8b2d381851878daa917fe75d6 Mon Sep 17 00:00:00 2001 From: Logic Kenzie Date: Mon, 25 Sep 2023 07:50:25 -0500 Subject: [PATCH] Adding source --- README.md | 9 +++++++-- index.astro | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 index.astro diff --git a/README.md b/README.md index 939ddc1..2218645 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# speedtest +# Speedtest +A simple Javascript speed test. +`Hosted at https://logically.cc/speedtest` -A simple Javascript speed test. \ No newline at end of file +**Note that this source is uncoupled from the components required to run it standalone** + +## Use Project Standalone +You'll want to run `npx create-astro` to use this project standalone. Then, you can clone this project into the `src/pages` directory and then run `npx astro build` to have the finished product we release on logically.cc \ No newline at end of file diff --git a/index.astro b/index.astro new file mode 100644 index 0000000..b2e4ae5 --- /dev/null +++ b/index.astro @@ -0,0 +1,35 @@ +--- +import Layout from "../layouts/primary.astro" +--- + + + +
+
+ +
\ No newline at end of file