From 13fc3d6379fc996e675dda57b90ade08c68fe380 Mon Sep 17 00:00:00 2001 From: dsudit01 <79417718+dsudit01@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:33:18 -0600 Subject: [PATCH 01/14] readme --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..6e302e85 --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ +# Canto-io + +## Overview + +--- + +Canto.io public repository. + +[Live site](https://www.canto.io/) + +## Installation + +--- + +To install all dependencies make sure you have yarn installed. + +Use node version 16 + +```bash +# checkout correct nvm version +nvm use 16 + +# check to make sure node version 16 is being used +nvm --version + +# install dependencies +yarn +``` + +## Usage + +--- + +### Run application Locally: + +```bash +# make sure application build properly +yarn build +# application will run on http://localhost:8000 +yarn dev +``` + +## Testing + +--- + +All tests are written using the Jest testing library. + +```bash +# run all tests +yarn test +``` From 6819e0062c5e771ec702e58e05711fe4432b6121 Mon Sep 17 00:00:00 2001 From: dsudit01 <79417718+dsudit01@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:47:48 -0600 Subject: [PATCH 02/14] test security --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 7d5282a7..269ad67e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -98,7 +98,7 @@ function App() {