Skip to content

Commit

Permalink
readme and cleanup macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Aug 22, 2024
1 parent 9c0d2d8 commit 4f64544
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 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:*
- 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:*
- 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`
- 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.

## Quickstart

`docker build --platform=linux/amd64 -t rgdv-app .`
Expand Down
File renamed without changes.

0 comments on commit 4f64544

Please sign in to comment.