https://github.com/wri/gfw-help-center
Help Center for Global Forest Watch
https://github.com/wri/gfw-help-center
forests gfw helpdesk
Last synced: about 2 months ago
JSON representation
Help Center for Global Forest Watch
- Host: GitHub
- URL: https://github.com/wri/gfw-help-center
- Owner: wri
- License: mit
- Created: 2020-06-22T16:08:08.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-12-18T01:39:26.000Z (6 months ago)
- Last Synced: 2025-12-21T11:54:55.530Z (6 months ago)
- Topics: forests, gfw, helpdesk
- Language: JavaScript
- Homepage: https://www.globalforestwatch.org/help
- Size: 5.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GFW Help Center
The front end app for the Global Forest Watch Help Center built using [nextjs](https://nextjs.org/).
## Installation / setting up locally
Install deps
```bash
yarn
```
Copy the `.env.local.example` to `.env.local` and start the server.
```bash
yarn dev
```
This will set up the app running on port 3000.
As the application is deployed under a subpath, you can access all help center content on `http://localhost:3000/help/`.