From 000ea0ae2ab0b01121b50a73edd9ba276e100256 Mon Sep 17 00:00:00 2001 From: Logic Kenzie Date: Mon, 25 Sep 2023 10:28:53 -0500 Subject: [PATCH] Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d016b7..1a12b86 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# calc +# Calculator +Simple calculator app +`Hosted at https://logically.cc/calc` -A simple calculator application \ 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