Skip to content

Commit

Permalink
macos script updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Aug 26, 2024
1 parent 87a944b commit 7acac92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
## Beginner Quickstart

If you simply want to run the application or use the visual interface to edit content, use the following to get started:

*On windows:*
_On windows:_

- Double click `setup-windows.bat` in the base folder for the project
- Enter the `DATA_ENDPOINT` and `NEXT_PUBLIC_MAPBOX_TOKEN` provided from the project team. For non-affiliated users, see data requirements below.
- Open your web browser and navigate to `localhost:3000` to view the website, and `localhost:3000/admin/index.html` for the content editor.

*On macos:*
_On macos:_

- Open the terminal and navigate to the project. You may want to use Github Desktop, then clicked "Repository" > "Open in Terminal"
- Run the following command in the terminal:

```
chmod a+x setup-macos.command
```
- Double click `setup-macos.command`

- Double click `setup-macos.command`. The first time you run the set up script, you may receive an error that the app/script is from an unknown or unidentified developer. To run it anyways, control-click and choose "Open" from the shortcut menu -- you'll see an additional option to run it and in the future you can simply double click it.
- Enter the `DATA_ENDPOINT` and `NEXT_PUBLIC_MAPBOX_TOKEN` provided from the project team. For non-affiliated users, see data requirements below.
- Open your web browser and navigate to `localhost:3000` to view the website, and `localhost:3000/admin/index.html` for the content editor.

Expand Down
File renamed without changes.

0 comments on commit 7acac92

Please sign in to comment.