From 4be6cf30a1751b2ef5c5f07da4465cdd5405b985 Mon Sep 17 00:00:00 2001 From: pepper Date: Fri, 22 Jan 2021 23:38:59 -0500 Subject: [PATCH] added documentation link --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe7f38b..d6eba90 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Built using REACT, based on learning templates currently. DEVELOPMENT only ### Installation -- Clone repository +- Clone repository `git clone https://git.lovelynet.net/The_Bois/MigratorProject-frontend.git` @@ -15,10 +15,13 @@ Built using REACT, based on learning templates currently. DEVELOPMENT only - Start scripts ##### Development server + ``` npm start ``` + ##### Build for production + ``` npm run build ``` @@ -26,6 +29,7 @@ npm run build The development server will start on `http://localhost:3000` Get css docs here https://materializecss.com/ +Form is provided by https://formik.org/docs/overview react-tables docs here https://react-bootstrap-table.github.io/react-bootstrap-table2/ Default .htaccess file @@ -50,4 +54,4 @@ env variables REACT_APP_SITE_URL=SITEURL REACT_APP_API_ADDRESS=ADDRESS REACT_APP_API_KEY=APIKEY -``` \ No newline at end of file +```