File tree Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change 1
- # atlas
1
+ # Atlas
2
2
3
3
## UGRC Web Mapping Application Template
4
4
9
9
10
10
### Step 1 - Use this template
11
11
12
- Click the ` Use this template ` button to create a new repository from atlas
13
-
14
- or
15
-
16
- Checkout repository and install dependencies
12
+ Click the ` Use this template ` button to create a new repository from atlas or checkout the repository
17
13
18
14
``` bash
19
15
git clone https://github.com/agrc/atlas.git
20
16
cd atlas
21
17
```
22
18
23
- Duplicate the ` .env ` file and rename it as ` .env.local ` and update the properties with your data
19
+ Duplicate the ` .env ` file and rename it as ` .env.local ` to add your local secrets.
24
20
25
- Download all the dependencies
21
+ Install the project dependencies
26
22
27
23
``` bash
28
24
npm install
29
25
```
30
26
31
- ### Step 2 - Develop & Test
27
+ ### Step 2 - Develop and Test
32
28
33
- Execute ` npm start ` to start a web server and view the website
29
+ Run ` npm start ` to start a web server and view the website
34
30
35
31
Open [ ` src/App.jsx ` ] ( src/App.jsx ) to view the development version of the app.
36
32
@@ -48,14 +44,10 @@ Execute `npm run build` to create an optimized production build
48
44
49
45
_ The files will be placed in ` /dist ` _
50
46
51
- Execute ` npm run preview ` to view the website
47
+ Execute ` npm run preview ` to view the built website
52
48
53
49
### Step 4 - Deploy
54
50
55
- One-time tasks:
56
-
57
- - [ ] Update the analytics code in ` index.html `
58
-
59
51
This website is tested and deployed with GitHub Actions.
60
52
61
53
### Contributing
You can’t perform that action at this time.
0 commit comments