From 40c3c29019c8d22925c16960fa1ee872788b8118 Mon Sep 17 00:00:00 2001 From: David Baer Date: Thu, 21 Mar 2024 17:39:59 -0400 Subject: [PATCH] Readme file with instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed00747 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +GCF (and LCM) Practice +=== +This is a simple app to practice on greatest common factor (GCF) and least +common multiple (LCM) math problems. + +Compiling +--- +Install dependencies with `yarn install`. Compile the app with `yarn build`. +The build script will compile into `./dist`. + +Developing +--- +Install dependencies with `yarn install`. Run the local development server +with `yarn dev`.