You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have questions, feedback, or issues with the APIs available at [developer.nrel.gov](https://developer.nrel.gov/)? [Contact us](https://developer.nrel.gov/contact/) or let us know in the [issue tracker](https://github.com/NREL/developer.nrel.gov/issues).
3
+
Have questions, feedback, or issues with the APIs available at [developer.nlr.gov](https://developer.nlr.gov/)? [Contact us](https://developer.nlr.gov/contact/) or let us know in the [issue tracker](https://github.com/NatLabRockies/developer.nlr.gov/issues).
4
4
5
-
This repository stores the website content and documentation for [developer.nrel.gov](https://developer.nrel.gov). Contributions are welcome. To submit a change, fork this repo, commit your changes, and send us a [pull request](https://help.github.com/articles/using-pull-requests).
5
+
This repository stores the website content and documentation for [developer.nlr.gov](https://developer.nlr.gov). Contributions are welcome. To submit a change, fork this repo, commit your changes, and send us a [pull request](https://help.github.com/articles/using-pull-requests).
6
6
7
7
## Development
8
8
9
-
The content files to edit are in [`./source`](https://github.com/NREL/developer.nrel.gov/tree/master/source). To preview your changes you can use the [Middleman](https://middlemanapp.com) preview server. To run Middleman:
9
+
The content files to edit are in [`./source`](https://github.com/NatLabRockies/developer.nlr.gov/tree/main/source). To preview your changes you can use the [Middleman](https://middlemanapp.com) preview server. To run Middleman:
10
10
11
11
1. Install [Docker](https://www.docker.com/products/docker-desktop/) on your computer.
12
-
2. Checkout the `developer.nrel.gov` repository on your computer (`git clone https://github.com/NREL/developer.nrel.gov.git`).
12
+
2. Checkout the `developer.nlr.gov` repository on your computer (`git clone https://github.com/NatLabRockies/developer.nlr.gov.git`).
13
13
3. For NLR employees on the NLR network: Add a `docker-compose.override.yml`, with the following contents, but substituting `REPLACE_ME` with the appropriate URL (reach out to a maintainer for this value):
14
14
15
15
```yaml
@@ -20,7 +20,7 @@ The content files to edit are in [`./source`](https://github.com/NREL/developer.
20
20
NREL_ROOT_CERT_URL_ROOT: "REPLACE_ME"
21
21
```
22
22
23
-
4. Inside the `developer.nrel.gov` directory, run `docker compose up`.
23
+
4. Inside the `developer.nlr.gov` directory, run `docker compose up`.
24
24
5. View your changes at: http://localhost:4480/
25
25
26
26
### Linting
@@ -30,6 +30,6 @@ If you're working on Swagger documentation, you can run `rake lint` locally to c
30
30
## Deploy
31
31
32
32
- Changes committed to the `staging` branch will automatically be deployed to the staging site.
33
-
- Changes committed to the `master` branch will automatically be deployed to the production site.
33
+
- Changes committed to the `main` branch will automatically be deployed to the production site.
34
34
35
35
Deploys may take a few minutes after pushing before they show up. You can check the status via the Actions tab above.
0 commit comments