added documentation link
This commit is contained in:
parent
284f33292c
commit
4be6cf30a1
@ -4,7 +4,7 @@ Built using REACT, based on learning templates currently. DEVELOPMENT only
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
- Clone repository
|
- Clone repository
|
||||||
|
|
||||||
`git clone https://git.lovelynet.net/The_Bois/MigratorProject-frontend.git`
|
`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
|
- Start scripts
|
||||||
|
|
||||||
##### Development server
|
##### Development server
|
||||||
|
|
||||||
```
|
```
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Build for production
|
##### Build for production
|
||||||
|
|
||||||
```
|
```
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
@ -26,6 +29,7 @@ npm run build
|
|||||||
The development server will start on `http://localhost:3000`
|
The development server will start on `http://localhost:3000`
|
||||||
|
|
||||||
Get css docs here https://materializecss.com/
|
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/
|
react-tables docs here https://react-bootstrap-table.github.io/react-bootstrap-table2/
|
||||||
|
|
||||||
Default .htaccess file
|
Default .htaccess file
|
||||||
@ -50,4 +54,4 @@ env variables
|
|||||||
REACT_APP_SITE_URL=SITEURL
|
REACT_APP_SITE_URL=SITEURL
|
||||||
REACT_APP_API_ADDRESS=ADDRESS
|
REACT_APP_API_ADDRESS=ADDRESS
|
||||||
REACT_APP_API_KEY=APIKEY
|
REACT_APP_API_KEY=APIKEY
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user