Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjhartman/gateway
Site for Gateway Travel Plaza (Breezewood, PA)
https://github.com/rjhartman/gateway
Last synced: about 1 month ago
JSON representation
Site for Gateway Travel Plaza (Breezewood, PA)
- Host: GitHub
- URL: https://github.com/rjhartman/gateway
- Owner: rjhartman
- Created: 2022-11-24T07:35:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T20:41:49.000Z (almost 2 years ago)
- Last Synced: 2023-04-28T18:51:55.555Z (over 1 year ago)
- Language: TypeScript
- Homepage: gateway-chi.vercel.app
- Size: 3.64 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gateway Travel Plaza
Site for Gateway Travel Plaza (Breezewood, PA)
### Development
Run:
```sh
docker compose up
```To bring up the development containers. This will launch the following:
- A Next.js dev server, reachable at http://localhost:3000
- A Sanity dev server, reachable at http://localhost:3333Changes made to source directories (cms, web) will be reflected in the containers automatically.