We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d4000 commit 44237b5Copy full SHA for 44237b5
README.md
@@ -17,6 +17,13 @@ Understanding how administrative boundaries overlap is also important for interp
17
- Create an .env file with your Carto API key with access to select and query from your layers. See .example.env for an example file.
18
- Run `npm run dev` and visit `localhost:3000`
19
20
+## How to do the deployment
21
+
22
+- Push the changes from the local side
23
+- Add this code:
24
+ git subtree push --prefix public/ origin gh-pages
25
+- GitHub Action will automatically run the deployment
26
27
## Key Terms
28
29
In the following section, we define the terms that will be used throughout this document.
0 commit comments