Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add the deployment instruction in the readme file
  • Loading branch information
CloudLun authored May 13, 2024
1 parent d6d4000 commit 44237b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Understanding how administrative boundaries overlap is also important for interp
- 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.
- Run `npm run dev` and visit `localhost:3000`

## How to do the deployment

- Push the changes from the local side
- Add this code:
git subtree push --prefix public/ origin gh-pages
- GitHub Action will automatically run the deployment

## Key Terms

In the following section, we define the terms that will be used throughout this document.
Expand Down

0 comments on commit 44237b5

Please sign in to comment.